cmake: added missing stuff for the BMWlibs.

This commit is contained in:
2018-05-17 14:03:20 +02:00
parent 1d191acd60
commit d8145d92d0
3 changed files with 29 additions and 1 deletions

View File

@@ -5,7 +5,10 @@ set(MUSRFIT_INC ${CMAKE_SOURCE_DIR}/src/include)
set(CUBA_INC ${CMAKE_SOURCE_DIR}/src/external/libCuba/src)
root_generate_dictionary(
BMWStartupHandlerDict BMWStartupHandler.h LINKDEF BMWStartupHandlerLinkDef.h
BMWStartupHandlerDict
-I${MUSRFIT_INC}
BMWStartupHandler.h
LINKDEF BMWStartupHandlerLinkDef.h
)
#--- create pkg-config info ---------------------------------------------------