|
|
|
@ -72,9 +72,9 @@ endif() |
|
|
|
|
target_include_directories(${PROJECT_NAME} PUBLIC incl) |
|
|
|
|
target_link_libraries(${PROJECT_NAME} PUBLIC softfloat scc-util jsoncpp Boost::coroutine) |
|
|
|
|
if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU") |
|
|
|
|
target_link_libraries(${PROJECT_NAME} PUBLIC -Wl,--whole-archive dbt-core -Wl,--no-whole-archive) |
|
|
|
|
target_link_libraries(${PROJECT_NAME} PUBLIC -Wl,--whole-archive dbt-rise-core -Wl,--no-whole-archive) |
|
|
|
|
else() |
|
|
|
|
target_link_libraries(${PROJECT_NAME} PUBLIC dbt-core) |
|
|
|
|
target_link_libraries(${PROJECT_NAME} PUBLIC dbt-rise-core) |
|
|
|
|
endif() |
|
|
|
|
if(TARGET CONAN_PKG::elfio) |
|
|
|
|
target_link_libraries(${PROJECT_NAME} PUBLIC CONAN_PKG::elfio) |
|
|
|
|