diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/core/CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 31152abd5..3cdb2b817 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -374,10 +374,7 @@ set(HEADERS | |||
| 374 | telemetry_session.h | 374 | telemetry_session.h |
| 375 | ) | 375 | ) |
| 376 | 376 | ||
| 377 | include_directories(../../externals/dynarmic/include) | ||
| 378 | |||
| 379 | create_directory_groups(${SRCS} ${HEADERS}) | 377 | create_directory_groups(${SRCS} ${HEADERS}) |
| 380 | |||
| 381 | add_library(core STATIC ${SRCS} ${HEADERS}) | 378 | add_library(core STATIC ${SRCS} ${HEADERS}) |
| 382 | target_link_libraries(core PUBLIC common PRIVATE audio_core video_core) | 379 | target_link_libraries(core PUBLIC common PRIVATE audio_core video_core) |
| 383 | target_link_libraries(core PUBLIC Boost::boost PRIVATE cryptopp dynarmic) | 380 | target_link_libraries(core PUBLIC Boost::boost PRIVATE cryptopp dynarmic) |