cmake: added missing include path when generating the dictionary.

This commit is contained in:
suter_a 2018-06-06 17:39:00 +02:00
parent 575c12596b
commit e16e9f29c2
2 changed files with 5 additions and 1 deletions

View File

@ -10,7 +10,10 @@ root_generate_dictionary(
LINKDEF PMagProximityFitterLinkDef.h LINKDEF PMagProximityFitterLinkDef.h
) )
root_generate_dictionary( root_generate_dictionary(
PMPStartupHandlerDict PMPStartupHandler.h LINKDEF PMPStartupHandlerLinkDef.h PMPStartupHandlerDict
-I${MUSRFIT_INC}
PMPStartupHandler.h
LINKDEF PMPStartupHandlerLinkDef.h
) )
#--- create pkg-config info --------------------------------------------------- #--- create pkg-config info ---------------------------------------------------

View File

@ -13,6 +13,7 @@ root_generate_dictionary(
) )
root_generate_dictionary( root_generate_dictionary(
PStartupHandler_PMDict PStartupHandler_PMDict
-I${MUSRFIT_INC}
-I${CMAKE_CURRENT_SOURCE_DIR}/../include -I${CMAKE_CURRENT_SOURCE_DIR}/../include
PStartupHandler_PM.h PStartupHandler_PM.h
LINKDEF ${CMAKE_CURRENT_SOURCE_DIR}/../include/PStartupHandler_PMLinkDef.h LINKDEF ${CMAKE_CURRENT_SOURCE_DIR}/../include/PStartupHandler_PMLinkDef.h