diff options
| author | 2023-05-23 18:34:20 -0400 | |
|---|---|---|
| committer | 2023-06-05 15:15:23 -0400 | |
| commit | 84642bdd3f28bcda4f4affc2f28ca25c5d0cac22 (patch) | |
| tree | 5c0a073eb69fd6333046fc24a70506ac2febd9c0 /src/core/CMakeLists.txt | |
| parent | nx_tzdb: Create headers from downloaded system archive data (diff) | |
| download | yuzu-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.txt | 2 |
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 | ||
| 836 | create_target_directory_groups(core) | 836 | create_target_directory_groups(core) |
| 837 | 837 | ||
| 838 | target_link_libraries(core PUBLIC common PRIVATE audio_core network video_core) | 838 | target_link_libraries(core PUBLIC common PRIVATE audio_core network video_core nx_tzdb) |
| 839 | target_link_libraries(core PUBLIC Boost::headers PRIVATE fmt::fmt nlohmann_json::nlohmann_json mbedtls Opus::opus) | 839 | target_link_libraries(core PUBLIC Boost::headers PRIVATE fmt::fmt nlohmann_json::nlohmann_json mbedtls Opus::opus) |
| 840 | if (MINGW) | 840 | if (MINGW) |
| 841 | target_link_libraries(core PRIVATE ${MSWSOCK_LIBRARY}) | 841 | target_link_libraries(core PRIVATE ${MSWSOCK_LIBRARY}) |