mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 16:07:59 -05:00
CMake: Create INTERFACE targets for microprofile and nihstro
This commit is contained in:
@ -95,7 +95,7 @@ endif()
|
||||
create_directory_groups(${SRCS} ${HEADERS})
|
||||
|
||||
add_library(common STATIC ${SRCS} ${HEADERS})
|
||||
target_link_libraries(common PUBLIC Boost::boost)
|
||||
target_link_libraries(common PUBLIC Boost::boost microprofile)
|
||||
if (ARCHITECTURE_x86_64)
|
||||
target_link_libraries(common PRIVATE xbyak)
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user