summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorGravatar Yuri Kunde Schlesner2017-05-27 19:21:06 -0700
committerGravatar Yuri Kunde Schlesner2017-05-27 20:44:51 -0700
commit0f563111a2048228f10f5a565f57fc10bffd11e3 (patch)
treeb164bc3458d2d16c793af4e6cfd47d58bd705fe0 /src/core
parentCMake: Use IMPORTED target for libpng (diff)
downloadyuzu-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.txt2
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
382add_library(core STATIC ${SRCS} ${HEADERS}) 382add_library(core STATIC ${SRCS} ${HEADERS})
383target_link_libraries(core PUBLIC common PRIVATE audio_core video_core) 383target_link_libraries(core PUBLIC common PRIVATE audio_core video_core)
384target_link_libraries(core PRIVATE cryptopp dynarmic) 384target_link_libraries(core PUBLIC Boost::boost PRIVATE cryptopp dynarmic)