diff options
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 b367c2a27..95dbba678 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -305,7 +305,7 @@ add_library(core STATIC | |||
| 305 | 305 | ||
| 306 | create_target_directory_groups(core) | 306 | create_target_directory_groups(core) |
| 307 | 307 | ||
| 308 | target_link_libraries(core PUBLIC common PRIVATE video_core) | 308 | target_link_libraries(core PUBLIC common PRIVATE audio_core video_core) |
| 309 | target_link_libraries(core PUBLIC Boost::boost PRIVATE fmt lz4_static unicorn) | 309 | target_link_libraries(core PUBLIC Boost::boost PRIVATE fmt lz4_static unicorn) |
| 310 | 310 | ||
| 311 | if (ARCHITECTURE_x86_64) | 311 | if (ARCHITECTURE_x86_64) |