Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
0ab8ed90bd
commit
1d1f51ca8e
1 changed files with 4 additions and 0 deletions
|
@ -260,6 +260,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