mirror of
https://github.com/Minres/RISCV-VP.git
synced 2026-05-16 22:03:12 +01:00
updates submodules and fixes link libraries setup
This commit is contained in:
+1
-1
Submodule dbt-rise-core updated: daa01b4233...b60ab7c34c
+1
-1
Submodule dbt-rise-riscv updated: 9d40aa830d...a304b917b4
+1
-1
Submodule scc updated: 2e58c0e32e...9a76798134
+2
-2
@@ -20,8 +20,8 @@ add_executable(${PROJECT_NAME}
|
||||
vp/system.cpp
|
||||
)
|
||||
target_include_directories(${PROJECT_NAME} PUBLIC ${CMAKE_CURRENT_LIST_DIR})
|
||||
target_force_link_libraries(${PROJECT_NAME} PUBLIC dbt-rise-riscv_sc)
|
||||
target_link_libraries(${PROJECT_NAME} PUBLIC vpvper_generic vpvper_minres ${BOOST_program_options_LIBRARY})
|
||||
target_force_link_libraries(${PROJECT_NAME} PUBLIC dbt-rise-riscv_sc_sig)
|
||||
target_link_libraries(${PROJECT_NAME} PUBLIC vpvper::generic vpvper::minres_sig ${BOOST_program_options_LIBRARY})
|
||||
if(TARGET Boost::program_options)
|
||||
target_link_libraries(${PROJECT_NAME} PUBLIC Boost::program_options Boost::thread)
|
||||
else()
|
||||
|
||||
+1
-1
Submodule vpvper updated: fe57f51266...29ec8a6e3c
Reference in New Issue
Block a user