diff options
| author | 2017-05-27 22:34:52 -0700 | |
|---|---|---|
| committer | 2017-05-27 22:34:52 -0700 | |
| commit | d736cca848a12788652e366b5554063c99f06cca (patch) | |
| tree | 9ad4ff2c52c782fe7b972712cbbfb608c37555aa /src/common | |
| parent | CMake: Remove unnecessary include_directories for dynarmic (diff) | |
| download | yuzu-d736cca848a12788652e366b5554063c99f06cca.tar.gz yuzu-d736cca848a12788652e366b5554063c99f06cca.tar.xz yuzu-d736cca848a12788652e366b5554063c99f06cca.zip | |
CMake: Create INTERFACE targets for microprofile and nihstro
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() | |||
| 95 | create_directory_groups(${SRCS} ${HEADERS}) | 95 | create_directory_groups(${SRCS} ${HEADERS}) |
| 96 | 96 | ||
| 97 | add_library(common STATIC ${SRCS} ${HEADERS}) | 97 | add_library(common STATIC ${SRCS} ${HEADERS}) |
| 98 | target_link_libraries(common PUBLIC Boost::boost) | 98 | target_link_libraries(common PUBLIC Boost::boost microprofile) |
| 99 | if (ARCHITECTURE_x86_64) | 99 | if (ARCHITECTURE_x86_64) |
| 100 | target_link_libraries(common PRIVATE xbyak) | 100 | target_link_libraries(common PRIVATE xbyak) |
| 101 | endif() | 101 | endif() |