diff options
| author | 2017-05-27 22:34:52 -0700 | |
|---|---|---|
| committer | 2017-05-27 22:34:52 -0700 | |
| commit | d736cca848a12788652e366b5554063c99f06cca (patch) | |
| tree | 9ad4ff2c52c782fe7b972712cbbfb608c37555aa /src/video_core | |
| 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/video_core')
| -rw-r--r-- | src/video_core/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/CMakeLists.txt b/src/video_core/CMakeLists.txt index 45f4ad2d5..0961a3251 100644 --- a/src/video_core/CMakeLists.txt +++ b/src/video_core/CMakeLists.txt | |||
| @@ -80,7 +80,7 @@ create_directory_groups(${SRCS} ${HEADERS}) | |||
| 80 | 80 | ||
| 81 | add_library(video_core STATIC ${SRCS} ${HEADERS}) | 81 | add_library(video_core STATIC ${SRCS} ${HEADERS}) |
| 82 | target_link_libraries(video_core PUBLIC common core) | 82 | target_link_libraries(video_core PUBLIC common core) |
| 83 | target_link_libraries(video_core PRIVATE glad) | 83 | target_link_libraries(video_core PRIVATE glad nihstro-headers) |
| 84 | 84 | ||
| 85 | if (ARCHITECTURE_x86_64) | 85 | if (ARCHITECTURE_x86_64) |
| 86 | target_link_libraries(video_core PRIVATE xbyak) | 86 | target_link_libraries(video_core PRIVATE xbyak) |