mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-11 20:16:02 +00:00
LibLocale: Statically link LibLocaleData into LibLocale
This commit is contained in:
parent
932a722623
commit
d8119c4b4a
Notes:
sideshowbarker
2024-07-17 11:30:54 +09:00
Author: https://github.com/DanShaders
Commit: d8119c4b4a
Pull-request: https://github.com/SerenityOS/serenity/pull/24045
Reviewed-by: https://github.com/ADKaster ✅
Reviewed-by: https://github.com/trflynn89
12 changed files with 2 additions and 34 deletions
|
@ -1,13 +1,10 @@
|
|||
serenity_testjs_test(test-js.cpp test-js LIBS LibLocale)
|
||||
|
||||
install(TARGETS test-js RUNTIME DESTINATION bin OPTIONAL)
|
||||
link_with_locale_data(test-js)
|
||||
|
||||
serenity_test(test-invalid-unicode-js.cpp LibJS LIBS LibJS LibLocale)
|
||||
link_with_locale_data(test-invalid-unicode-js)
|
||||
|
||||
serenity_test(test-value-js.cpp LibJS LIBS LibJS LibLocale)
|
||||
link_with_locale_data(test-value-js)
|
||||
|
||||
serenity_component(
|
||||
test262-runner
|
||||
|
@ -16,7 +13,6 @@ serenity_component(
|
|||
add_executable(test262-runner test262-runner.cpp)
|
||||
target_link_libraries(test262-runner PRIVATE LibJS LibCore LibLocale)
|
||||
serenity_set_implicit_links(test262-runner)
|
||||
link_with_locale_data(test262-runner)
|
||||
install(TARGETS test262-runner RUNTIME DESTINATION bin OPTIONAL)
|
||||
|
||||
serenity_component(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue