Skip to content
Snippets Groups Projects

L1TopoSimulation: cmake fix

Merged Scott Snyder requested to merge ssnyder/athena:cmake.L1TopoSimulation-20200618 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -33,7 +33,7 @@ atlas_disable_as_needed()
@@ -33,7 +33,7 @@ atlas_disable_as_needed()
# Component(s) in the package:
# Component(s) in the package:
atlas_add_library( L1TopoSimulationLib
atlas_add_library( L1TopoSimulationLib
L1TopoSimulation/*.h Root/*.cxx
L1TopoSimulation/*.h
INTERFACE
INTERFACE
PUBLIC_HEADERS L1TopoSimulation
PUBLIC_HEADERS L1TopoSimulation
LINK_LIBRARIES GaudiKernel )
LINK_LIBRARIES GaudiKernel )
Loading