CMake: Use IMPORTED target for Boost
This commit is contained in:
parent
4660bc1c78
commit
0f563111a2
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