mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-16 22:37:52 +00:00
CMake: Use IMPORTED target for Boost
This commit is contained in:
parent
96dc0780e9
commit
97f922e583
4 changed files with 11 additions and 8 deletions
|
@ -381,4 +381,4 @@ create_directory_groups(${SRCS} ${HEADERS})
|
|||
|
||||
add_library(core STATIC ${SRCS} ${HEADERS})
|
||||
target_link_libraries(core PUBLIC common PRIVATE audio_core video_core)
|
||||
target_link_libraries(core PRIVATE cryptopp dynarmic)
|
||||
target_link_libraries(core PUBLIC Boost::boost PRIVATE cryptopp dynarmic)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue