mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-04 13:02:25 -07: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