Skip to content
Snippets Groups Projects

Using cmake methods instead of dd4hep wrapper.

Closed Whitney Armstrong requested to merge acts_config into master
1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
+ 1
2
@@ -16,10 +16,9 @@ set(a_lib_name athena)
dd4hep_configure_output()
dd4hep_add_plugin(${a_lib_name} SOURCES src/*.cpp
USES ActsCore ActsPluginDD4hep
)
target_link_libraries(${a_lib_name}
PUBLIC DD4hep::DDCore DD4hep::DDRec
PUBLIC ActsCore ActsPluginDD4hep DD4hep::DDCore DD4hep::DDRec
)
#-----------------------------------------------------------------------------------
Loading