cmake: some more work towards full BMWlibs support.

This commit is contained in:
2018-05-14 17:36:00 +02:00
parent 9fd077cf6d
commit 25d9adc8fc
4 changed files with 3 additions and 5 deletions

View File

@@ -36,7 +36,7 @@ target_include_directories(
)
#--- add library dependencies -------------------------------------------------
target_link_libraries(BMWtools ${ROOT_LIBRARIES}) # //as35 cuba lib needs to be added here!!
target_link_libraries(BMWtools ${ROOT_LIBRARIES} cuba)
#--- install BMWtools solib ---------------------------------------------------
install(TARGETS BMWtools DESTINATION lib)