Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
EIC
Project Juggler
Commits
3e0effb9
Commit
3e0effb9
authored
Sep 27, 2020
by
Whitney Armstrong
Browse files
Merge branch 'acts_v1' into 'master'
Acts v1 See merge request
!9
parents
4e9e4a73
f1153927
Changes
2
Hide whitespace changes
Inline
Side-by-side
JugBase/CMakeLists.txt
View file @
3e0effb9
...
...
@@ -9,7 +9,7 @@ find_package(EICD)
#find_package(podio 0.11.01 REQUIRED)
#include_directories(${podio_INCLUDE_DIR})
find_package
(
Acts REQUIRED COMPONENTS Core IdentificationPlugin
TGeoPlugin
DD4hep
Plugin
)
find_package
(
Acts REQUIRED COMPONENTS Core
Plugin
Identification
PluginTGeo
PluginDD4hep
)
find_package
(
ROOT COMPONENTS RIO Tree Core REQUIRED
)
find_package
(
DD4hep COMPONENTS DDG4 DDG4IO DDRec REQUIRED
)
...
...
@@ -26,13 +26,13 @@ gaudi_add_library(JugBase
PUBLIC_HEADERS JugBase
)
target_link_libraries
(
JugBase
podio::podioRootIO
ActsCore Acts
DD4hep
Plugin
ActsCore ActsPlugin
DD4hep
)
target_compile_options
(
JugBase PRIVATE -Wno-suggest-override
)
gaudi_add_module
(
JugBasePlugins
src/components/*.cpp src/components/ReadTestConsumer.cxx
LINK_LIBRARIES GaudiAlgLib GaudiKernel JugBase ROOT NPDet::DD4podIO ActsCore Acts
DD4hep
Plugin
)
LINK_LIBRARIES GaudiAlgLib GaudiKernel JugBase ROOT NPDet::DD4podIO ActsCore ActsPlugin
DD4hep
)
target_compile_options
(
JugBasePlugins PRIVATE -Wno-suggest-override
)
#gaudi_add_test(ProduceForReadTest
...
...
JugReco/CMakeLists.txt
View file @
3e0effb9
...
...
@@ -9,7 +9,7 @@ find_package(EICD REQUIRED)
#find_package(podio 0.11.01 REQUIRED)
#include_directories(${podio_INCLUDE_DIR})
find_package
(
Acts REQUIRED COMPONENTS Core IdentificationPlugin
TGeoPlugin
DD4hep
Plugin
)
find_package
(
Acts REQUIRED COMPONENTS Core
Plugin
Identification
PluginTGeo
PluginDD4hep
)
find_package
(
ROOT COMPONENTS RIO Tree Core REQUIRED
)
find_package
(
DD4hep COMPONENTS DDG4 DDG4IO DDRec REQUIRED
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment