|
|
@ -257,6 +257,10 @@ else() |
|
|
target_link_libraries(common PUBLIC Boost::headers) |
|
|
target_link_libraries(common PUBLIC Boost::headers) |
|
|
endif() |
|
|
endif() |
|
|
|
|
|
|
|
|
|
|
|
if (TARGET Boost::context) |
|
|
|
|
|
target_link_libraries(common PUBLIC Boost::context) |
|
|
|
|
|
endif() |
|
|
|
|
|
|
|
|
if (lz4_ADDED) |
|
|
if (lz4_ADDED) |
|
|
target_include_directories(common PRIVATE ${lz4_SOURCE_DIR}/lib) |
|
|
target_include_directories(common PRIVATE ${lz4_SOURCE_DIR}/lib) |
|
|
endif() |
|
|
endif() |
|
|
|