diff options
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index cbfd1299c..7aa81e885 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -380,5 +380,5 @@ include_directories(../../externals/cryptopp) | |||
| 380 | create_directory_groups(${SRCS} ${HEADERS}) | 380 | create_directory_groups(${SRCS} ${HEADERS}) |
| 381 | 381 | ||
| 382 | add_library(core STATIC ${SRCS} ${HEADERS}) | 382 | add_library(core STATIC ${SRCS} ${HEADERS}) |
| 383 | 383 | target_link_libraries(core PUBLIC common PRIVATE audio_core video_core) | |
| 384 | target_link_libraries(core dynarmic cryptopp) | 384 | target_link_libraries(core PRIVATE cryptopp dynarmic) |