CMake: Use IMPORTED target for Boost
This commit is contained in:
parent
4660bc1c78
commit
0f563111a2
4 changed files with 11 additions and 8 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue