summaryrefslogtreecommitdiff
path: root/src/video_core
diff options
context:
space:
mode:
authorGravatar Yuri Kunde Schlesner2017-05-27 22:34:52 -0700
committerGravatar Yuri Kunde Schlesner2017-05-27 22:34:52 -0700
commitd736cca848a12788652e366b5554063c99f06cca (patch)
tree9ad4ff2c52c782fe7b972712cbbfb608c37555aa /src/video_core
parentCMake: Remove unnecessary include_directories for dynarmic (diff)
downloadyuzu-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.txt2
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
81add_library(video_core STATIC ${SRCS} ${HEADERS}) 81add_library(video_core STATIC ${SRCS} ${HEADERS})
82target_link_libraries(video_core PUBLIC common core) 82target_link_libraries(video_core PUBLIC common core)
83target_link_libraries(video_core PRIVATE glad) 83target_link_libraries(video_core PRIVATE glad nihstro-headers)
84 84
85if (ARCHITECTURE_x86_64) 85if (ARCHITECTURE_x86_64)
86 target_link_libraries(video_core PRIVATE xbyak) 86 target_link_libraries(video_core PRIVATE xbyak)