Skip to content
Snippets Groups Projects
Commit 969bbf4b authored by Atlas-Software Librarian's avatar Atlas-Software Librarian Committed by Graeme Stewart
Browse files

'CMakeLists.txt' (ISF_FastCaloSimInterfaces-00-00-05)

	* cmt/requirements
		Declare this package as a metalibrary for cmake in order to allow its clients access to
		libraries and header files from packages that this one depends on. Transparent to CMT
	* Tagged as ISF_FastCaloSimInterfaces-00-00-05
parent 8f831e26
No related branches found
No related tags found
No related merge requests found
################################################################################
# Package: ISF_FastCaloSimInterfaces
################################################################################
# Declare the package name:
atlas_subdir( ISF_FastCaloSimInterfaces )
# Declare the package's dependencies:
atlas_depends_on_subdirs( PUBLIC
GaudiKernel
Simulation/ISF/ISF_Core/ISF_Event )
# Component(s) in the package:
atlas_add_library( ISF_FastCaloSimInterfaces
PUBLIC_HEADERS ISF_FastCaloSimInterfaces
LINK_LIBRARIES GaudiKernel ISF_Event )
...@@ -16,3 +16,7 @@ use ISF_Event ISF_Event-* Simulation/ISF/ISF_Core ...@@ -16,3 +16,7 @@ use ISF_Event ISF_Event-* Simulation/ISF/ISF_Core
#private #private
#macro cppdebugflags '$(cppdebugflags_s)' #macro cppdebugflags '$(cppdebugflags_s)'
#macro_remove componentshr_linkopts "-Wl,-s" #macro_remove componentshr_linkopts "-Wl,-s"
# Declare this package as a metalibrary for cmake in order to allow its clients access to
# libraries and header files from packages that this one depends on. Transparent to CMT
apply_pattern cmake_add_command command=metalibrary
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment