Skip to content
Snippets Groups Projects
Commit 591fc9ed authored by Andre Sailer's avatar Andre Sailer Committed by Marko Petric
Browse files

DDRec.CMake: add some missing DD4hep:: prefixes

parent 77818ac1
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ dd4hep_add_dictionary( G__DDRec ...@@ -16,7 +16,7 @@ dd4hep_add_dictionary( G__DDRec
SOURCES ../DDCore/include/ROOT/Warnings.h SOURCES ../DDCore/include/ROOT/Warnings.h
GENERATED src/RecDictionary.h GENERATED src/RecDictionary.h
LINKDEF ../DDCore/include/ROOT/LinkDef.h LINKDEF ../DDCore/include/ROOT/LinkDef.h
USES DDCore DDParsers USES DD4hep::DDCore DD4hep::DDParsers
) )
file(GLOB DDRec_SOURCES src/*.cpp ) file(GLOB DDRec_SOURCES src/*.cpp )
...@@ -41,7 +41,7 @@ TARGET_INCLUDE_DIRECTORIES(DDRec ...@@ -41,7 +41,7 @@ TARGET_INCLUDE_DIRECTORIES(DDRec
) )
TARGET_LINK_LIBRARIES(DDRec PUBLIC TARGET_LINK_LIBRARIES(DDRec PUBLIC
DDCore DD4hep::DDCore
${GEAR_LIBRARIES} ${GEAR_LIBRARIES}
${GEAR_COMPONENT_LIBRARIES} ${GEAR_COMPONENT_LIBRARIES}
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment