CMake: Create INTERFACE targets for microprofile and nihstro
This commit is contained in:
parent
3b68600f81
commit
d736cca848
4 changed files with 9 additions and 5 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue