|
|
@ -131,7 +131,6 @@ create_target_directory_groups(common)
|
|
|
|
|
|
|
|
|
|
|
|
target_link_libraries(common PUBLIC fmt microprofile Boost::boost Boost::serialization)
|
|
|
|
target_link_libraries(common PUBLIC fmt microprofile Boost::boost Boost::serialization)
|
|
|
|
target_link_libraries(common PRIVATE libzstd_static)
|
|
|
|
target_link_libraries(common PRIVATE libzstd_static)
|
|
|
|
target_include_directories(common PRIVATE ${CMAKE_SOURCE_DIR}/externals/zstd/lib)
|
|
|
|
|
|
|
|
if (ARCHITECTURE_x86_64)
|
|
|
|
if (ARCHITECTURE_x86_64)
|
|
|
|
target_link_libraries(common PRIVATE xbyak)
|
|
|
|
target_link_libraries(common PRIVATE xbyak)
|
|
|
|
endif()
|
|
|
|
endif()
|
|
|
|