diff options
| author | 2023-06-13 13:28:45 -0700 | |
|---|---|---|
| committer | 2023-06-13 13:28:45 -0700 | |
| commit | 698a3eda508ca0d3220452854b3ec977d7be5ea2 (patch) | |
| tree | fc71df2feda7bfed6f686e3f7aa0fa8629aebc5d /src/core/CMakeLists.txt | |
| parent | Merge pull request #10760 from FearlessTobi/translations (diff) | |
| parent | tz_manager: Fix comparison to wrong integer (diff) | |
| download | yuzu-698a3eda508ca0d3220452854b3ec977d7be5ea2.tar.gz yuzu-698a3eda508ca0d3220452854b3ec977d7be5ea2.tar.xz yuzu-698a3eda508ca0d3220452854b3ec977d7be5ea2.zip | |
Merge pull request #10603 from lat9nq/tz-more-complete
core,common: Implement missing time zone data/computations
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 ce92b7cc1..227c431bc 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -834,7 +834,7 @@ endif() | |||
| 834 | 834 | ||
| 835 | create_target_directory_groups(core) | 835 | create_target_directory_groups(core) |
| 836 | 836 | ||
| 837 | target_link_libraries(core PUBLIC common PRIVATE audio_core network video_core) | 837 | target_link_libraries(core PUBLIC common PRIVATE audio_core network video_core nx_tzdb) |
| 838 | target_link_libraries(core PUBLIC Boost::headers PRIVATE fmt::fmt nlohmann_json::nlohmann_json mbedtls Opus::opus) | 838 | target_link_libraries(core PUBLIC Boost::headers PRIVATE fmt::fmt nlohmann_json::nlohmann_json mbedtls Opus::opus) |
| 839 | if (MINGW) | 839 | if (MINGW) |
| 840 | target_link_libraries(core PRIVATE ${MSWSOCK_LIBRARY}) | 840 | target_link_libraries(core PRIVATE ${MSWSOCK_LIBRARY}) |