locale: move localised strings to cpp impl (#40)

This commit is contained in:
Hyper
2024-12-15 15:15:32 +00:00
committed by GitHub
parent c6e3d4e31f
commit 74ee0c2b2f
8 changed files with 356 additions and 373 deletions
+6
View File
@@ -66,6 +66,11 @@ set(SWA_KERNEL_CXX_SOURCES
"kernel/io/file_system.cpp"
)
set(SWA_LOCALE_CXX_SOURCES
"locale/config_locale.cpp"
"locale/locale.cpp"
)
set(SWA_OS_CXX_SOURCES
"os/logger.cpp"
"os/media.cpp"
@@ -182,6 +187,7 @@ set(SWA_CXX_SOURCES
"stdafx.cpp"
${SWA_KERNEL_CXX_SOURCES}
${SWA_LOCALE_CXX_SOURCES}
${SWA_OS_CXX_SOURCES}
${SWA_CPU_CXX_SOURCES}
${SWA_GPU_CXX_SOURCES}