fix boost again
Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
387dd95404
commit
6d9ba6af39
1 changed files with 4 additions and 0 deletions
|
|
@ -258,6 +258,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…
Add table
Add a link
Reference in a new issue