Skip to content
Snippets Groups Projects
Verified Commit 3611ed67 authored by Moritz Lammerich's avatar Moritz Lammerich
Browse files

update config generation to new cmake modules

parent 8fcfdb5e
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,8 @@ target_include_directories(${PROJECT_NAME}_rover PRIVATE ${PROJECT_SOURCE_DIR}/i
target_link_libraries(${PROJECT_NAME}_rover PRIVATE EEROS::eeros ${wheels} canopenlib::canopen)
include(OfaJSON)
ofa_BuildConfig(CHILD_MODULE ${wheels} N 2)
ofa_RegisterConfigDependency(CHILD_MODULE ${wheels} N 2)
ofa_BuildConfig()
add_dependencies(${PROJECT_NAME}_rover ${PROJECT_NAME}_config)
install(TARGETS ${PROJECT_NAME}_rover DESTINATION ${CMAKE_INSTALL_BINDIR})
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment