Skip to content
Snippets Groups Projects

InDetDetDescr+InDetConditions: cmake cleanup

Merged Frank Winklmeier requested to merge fwinkl/athena:cmake_indet1 into master
54 files
+ 208
993
Compare changes
  • Side-by-side
  • Inline
Files
54
@@ -3,12 +3,15 @@
# Declare the package name.
atlas_subdir( BeamSpotConditions )
# External dependencies:
find_package( CORAL COMPONENTS CoralBase )
# Component(s) in the package.
atlas_add_component( BeamSpotConditions
src/*.h src/*.cxx src/components/*.cxx
LINK_LIBRARIES GaudiKernel AthenaPoolUtilities AthenaBaseComps AthenaKernel
INCLUDE_DIRS ${CORAL_INCLUDE_DIRS}
LINK_LIBRARIES ${CORAL_LIBRARIES} GaudiKernel AthenaPoolUtilities AthenaBaseComps
StoreGateLib BeamSpotConditionsData )
# Install files from the package:
atlas_install_python_modules( python/*.py
POST_BUILD_CMD ${ATLAS_FLAKE8} )
atlas_install_python_modules( python/*.py POST_BUILD_CMD ${ATLAS_FLAKE8} )
Loading