summaryrefslogtreecommitdiff
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar lat9nq2023-05-23 18:34:20 -0400
committerGravatar lat9nq2023-06-05 15:15:23 -0400
commit84642bdd3f28bcda4f4affc2f28ca25c5d0cac22 (patch)
tree5c0a073eb69fd6333046fc24a70506ac2febd9c0 /src/core/CMakeLists.txt
parentnx_tzdb: Create headers from downloaded system archive data (diff)
downloadyuzu-84642bdd3f28bcda4f4affc2f28ca25c5d0cac22.tar.gz
yuzu-84642bdd3f28bcda4f4affc2f28ca25c5d0cac22.tar.xz
yuzu-84642bdd3f28bcda4f4affc2f28ca25c5d0cac22.zip
time_zone_binary: Add zoneinfo data
Adds the basic time zone data for the system archive. time_zone_binary: Implement full system archive time_zone_binary: Remove unneeded template tz_binary: Make GenerateFiles static
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r--src/core/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index e8bf68866..8e5334e02 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -835,7 +835,7 @@ endif()
835 835
836create_target_directory_groups(core) 836create_target_directory_groups(core)
837 837
838target_link_libraries(core PUBLIC common PRIVATE audio_core network video_core) 838target_link_libraries(core PUBLIC common PRIVATE audio_core network video_core nx_tzdb)
839target_link_libraries(core PUBLIC Boost::headers PRIVATE fmt::fmt nlohmann_json::nlohmann_json mbedtls Opus::opus) 839target_link_libraries(core PUBLIC Boost::headers PRIVATE fmt::fmt nlohmann_json::nlohmann_json mbedtls Opus::opus)
840if (MINGW) 840if (MINGW)
841 target_link_libraries(core PRIVATE ${MSWSOCK_LIBRARY}) 841 target_link_libraries(core PRIVATE ${MSWSOCK_LIBRARY})