Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
CMakeLists.txt 1.10 KiB
################################################################################
# Package: GeoModelTest
################################################################################

# Declare the package name:
atlas_subdir( GeoModelTest )

# Declare the package's dependencies:
atlas_depends_on_subdirs( PRIVATE
                          Control/AthenaBaseComps
                          DetectorDescription/GeoModel/GeoModelInterfaces
                          DetectorDescription/GeoModel/GeoModelUtilities
                          Scintillator/ScintDetDescr/ScintReadoutGeometry
                        )

# External dependencies:
find_package( GeoModel )

# Component(s) in the package:
atlas_add_component( GeoModelTest
                     src/GeoModelTestAlg.cxx
                     src/components/GeoModelTest_entries.cxx
                     INCLUDE_DIRS ${GEOMODEL_INCLUDE_DIRS}
                     LINK_LIBRARIES ${GEOMODEL_LIBRARIES} AthenaBaseComps GeoModelUtilities ScintReadoutGeometry )

# Install files from the package:
#atlas_install_headers( GeoModelTest )
atlas_install_joboptions( share/*.py )