CMake: Create INTERFACE targets for microprofile and nihstro
This commit is contained in:
parent
3b68600f81
commit
d736cca848
4 changed files with 9 additions and 5 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue