mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 17:38:00 -05:00
CMake: Use IMPORTED target for Boost
This commit is contained in:
@ -95,6 +95,7 @@ endif()
|
||||
create_directory_groups(${SRCS} ${HEADERS})
|
||||
|
||||
add_library(common STATIC ${SRCS} ${HEADERS})
|
||||
target_link_libraries(common PUBLIC Boost::boost)
|
||||
if (ARCHITECTURE_x86_64)
|
||||
target_link_libraries(common PRIVATE xbyak)
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user