mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-17 10:18:00 -05: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