diff options
| author | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2017-05-27 22:34:52 -0700 |
|---|---|---|
| committer | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2017-05-27 22:34:52 -0700 |
| commit | d736cca848a12788652e366b5554063c99f06cca (patch) | |
| tree | 9ad4ff2c52c782fe7b972712cbbfb608c37555aa /src/video_core | |
| parent | 3b68600f81078c5cc56f8697746d9ea5a4281d76 (diff) | |
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}) add_library(video_core STATIC ${SRCS} ${HEADERS}) target_link_libraries(video_core PUBLIC common core) -target_link_libraries(video_core PRIVATE glad) +target_link_libraries(video_core PRIVATE glad nihstro-headers) if (ARCHITECTURE_x86_64) target_link_libraries(video_core PRIVATE xbyak) |
