diff options
| author | 2018-01-04 17:01:02 -0500 | |
|---|---|---|
| committer | 2018-01-04 17:01:02 -0500 | |
| commit | dcfbad212937f8f6ffc824bc24538df32f16a13b (patch) | |
| tree | 2968491e556b8c4007d8d92953ae6b7df63001c2 /src | |
| parent | core: Increase tight_loop 100x for speed. (diff) | |
| download | yuzu-dcfbad212937f8f6ffc824bc24538df32f16a13b.tar.gz yuzu-dcfbad212937f8f6ffc824bc24538df32f16a13b.tar.xz yuzu-dcfbad212937f8f6ffc824bc24538df32f16a13b.zip | |
cmake: Don't compile Dynarmic as it's unused.
Diffstat (limited to 'src')
| -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 f3ed33cfb..d35f974ca 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -158,7 +158,7 @@ set(HEADERS | |||
| 158 | create_directory_groups(${SRCS} ${HEADERS}) | 158 | create_directory_groups(${SRCS} ${HEADERS}) |
| 159 | add_library(core STATIC ${SRCS} ${HEADERS}) | 159 | add_library(core STATIC ${SRCS} ${HEADERS}) |
| 160 | target_link_libraries(core PUBLIC common PRIVATE audio_core network video_core) | 160 | target_link_libraries(core PUBLIC common PRIVATE audio_core network video_core) |
| 161 | target_link_libraries(core PUBLIC Boost::boost PRIVATE cryptopp dynarmic fmt lz4_static unicorn) | 161 | target_link_libraries(core PUBLIC Boost::boost PRIVATE cryptopp fmt lz4_static unicorn) |
| 162 | if (ENABLE_WEB_SERVICE) | 162 | if (ENABLE_WEB_SERVICE) |
| 163 | target_link_libraries(core PUBLIC json-headers web_service) | 163 | target_link_libraries(core PUBLIC json-headers web_service) |
| 164 | endif() | 164 | endif() |