diff options
| author | 2017-05-27 19:21:06 -0700 | |
|---|---|---|
| committer | 2017-05-27 20:44:51 -0700 | |
| commit | 0f563111a2048228f10f5a565f57fc10bffd11e3 (patch) | |
| tree | b164bc3458d2d16c793af4e6cfd47d58bd705fe0 /src/core | |
| parent | CMake: Use IMPORTED target for libpng (diff) | |
| download | yuzu-0f563111a2048228f10f5a565f57fc10bffd11e3.tar.gz yuzu-0f563111a2048228f10f5a565f57fc10bffd11e3.tar.xz yuzu-0f563111a2048228f10f5a565f57fc10bffd11e3.zip | |
CMake: Use IMPORTED target for Boost
Diffstat (limited to 'src/core')
| -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 7aa81e885..acc261e31 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -381,4 +381,4 @@ create_directory_groups(${SRCS} ${HEADERS}) | |||
| 381 | 381 | ||
| 382 | add_library(core STATIC ${SRCS} ${HEADERS}) | 382 | add_library(core STATIC ${SRCS} ${HEADERS}) |
| 383 | target_link_libraries(core PUBLIC common PRIVATE audio_core video_core) | 383 | target_link_libraries(core PUBLIC common PRIVATE audio_core video_core) |
| 384 | target_link_libraries(core PRIVATE cryptopp dynarmic) | 384 | target_link_libraries(core PUBLIC Boost::boost PRIVATE cryptopp dynarmic) |