Browse Source

fix boost again

Signed-off-by: crueter <crueter@eden-emu.dev>
pull/2926/head
crueter 4 months ago
committed by JPikachu
parent
commit
a4ebfff74a
  1. 4
      src/common/CMakeLists.txt

4
src/common/CMakeLists.txt

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

Loading…
Cancel
Save