diff options
author | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2017-05-28 07:34:52 +0200 |
---|---|---|
committer | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2017-05-28 07:34:52 +0200 |
commit | d736cca848a12788652e366b5554063c99f06cca (patch) | |
tree | 9ad4ff2c52c782fe7b972712cbbfb608c37555aa /src/common | |
parent | CMake: Remove unnecessary include_directories for dynarmic (diff) | |
download | yuzu-d736cca848a12788652e366b5554063c99f06cca.tar yuzu-d736cca848a12788652e366b5554063c99f06cca.tar.gz yuzu-d736cca848a12788652e366b5554063c99f06cca.tar.bz2 yuzu-d736cca848a12788652e366b5554063c99f06cca.tar.lz yuzu-d736cca848a12788652e366b5554063c99f06cca.tar.xz yuzu-d736cca848a12788652e366b5554063c99f06cca.tar.zst yuzu-d736cca848a12788652e366b5554063c99f06cca.zip |
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 3899007fe..7e83e64b0 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -95,7 +95,7 @@ endif() create_directory_groups(${SRCS} ${HEADERS}) add_library(common STATIC ${SRCS} ${HEADERS}) -target_link_libraries(common PUBLIC Boost::boost) +target_link_libraries(common PUBLIC Boost::boost microprofile) if (ARCHITECTURE_x86_64) target_link_libraries(common PRIVATE xbyak) endif() |