fix boost again
Some checks failed
eden-license / license-header (pull_request) Failing after 24s

Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
crueter 2025-10-03 23:46:27 -04:00
parent 4560f025e1
commit a0d7b3a65d
Signed by: crueter
GPG key ID: 425ACD2D4830EBC6

View file

@ -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()