mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-26 12:41:59 +03:00
Tests: Add missing library dependency for LibTimeZone tests
This commit is contained in:
parent
c0c700ed11
commit
7b82f37ba3
Notes:
sideshowbarker
2024-07-17 07:43:44 +09:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/SerenityOS/serenity/commit/7b82f37ba3 Pull-request: https://github.com/SerenityOS/serenity/pull/17043 Reviewed-by: https://github.com/ADKaster Reviewed-by: https://github.com/linusg Reviewed-by: https://github.com/nico
@ -3,7 +3,7 @@ set(TEST_SOURCES
|
||||
)
|
||||
|
||||
foreach(source IN LISTS TEST_SOURCES)
|
||||
serenity_test("${source}" LibTimeZone LIBS LibCore)
|
||||
serenity_test("${source}" LibTimeZone LIBS LibCore LibTimeZone)
|
||||
|
||||
get_filename_component(target "${source}" NAME_WLE)
|
||||
target_compile_definitions("${target}" PRIVATE ENABLE_TIME_ZONE_DATA=$<BOOL:${ENABLE_TIME_ZONE_DATABASE_DOWNLOAD}>)
|
||||
|
Loading…
Reference in New Issue
Block a user