diff --git a/Tests/LibTimeZone/CMakeLists.txt b/Tests/LibTimeZone/CMakeLists.txt index 770a8ae497..db9498537e 100644 --- a/Tests/LibTimeZone/CMakeLists.txt +++ b/Tests/LibTimeZone/CMakeLists.txt @@ -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=$)