mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-01-28 06:23:37 +08:00
CMake: Create INTERFACE targets for microprofile and nihstro
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user