mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 20:57:44 +00:00
LibLocale: Move locale source files to the LibLocale library
Everything is now setup to create the LibLocale library and link it where needed.
This commit is contained in:
parent
f082b6ae48
commit
9e860d973e
7 changed files with 38 additions and 17 deletions
|
@ -4,7 +4,7 @@ set(TEST_SOURCES
|
|||
)
|
||||
|
||||
foreach(source IN LISTS TEST_SOURCES)
|
||||
serenity_test("${source}" LibLocale LIBS LibUnicode)
|
||||
serenity_test("${source}" LibLocale LIBS LibLocale)
|
||||
|
||||
get_filename_component(target "${source}" NAME_WLE)
|
||||
link_with_locale_data("${target}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue