mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-19 20:37:51 +00:00
CMake: Create INTERFACE targets for microprofile and nihstro
This commit is contained in:
parent
49ef9a6270
commit
1f22f0939c
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