cmake: added missing include path when generating the dictionary.
This commit is contained in:
parent
575c12596b
commit
e16e9f29c2
5
src/external/MagProximity/CMakeLists.txt
vendored
5
src/external/MagProximity/CMakeLists.txt
vendored
@ -10,7 +10,10 @@ root_generate_dictionary(
|
||||
LINKDEF PMagProximityFitterLinkDef.h
|
||||
)
|
||||
root_generate_dictionary(
|
||||
PMPStartupHandlerDict PMPStartupHandler.h LINKDEF PMPStartupHandlerLinkDef.h
|
||||
PMPStartupHandlerDict
|
||||
-I${MUSRFIT_INC}
|
||||
PMPStartupHandler.h
|
||||
LINKDEF PMPStartupHandlerLinkDef.h
|
||||
)
|
||||
|
||||
#--- create pkg-config info ---------------------------------------------------
|
||||
|
@ -13,6 +13,7 @@ root_generate_dictionary(
|
||||
)
|
||||
root_generate_dictionary(
|
||||
PStartupHandler_PMDict
|
||||
-I${MUSRFIT_INC}
|
||||
-I${CMAKE_CURRENT_SOURCE_DIR}/../include
|
||||
PStartupHandler_PM.h
|
||||
LINKDEF ${CMAKE_CURRENT_SOURCE_DIR}/../include/PStartupHandler_PMLinkDef.h
|
||||
|
Loading…
x
Reference in New Issue
Block a user