Files
geant4/source/analysis/g4tools/sources.cmake
T
2016-06-10 12:08:39 +02:00

29 lines
786 B
CMake

#------------------------------------------------------------------------------
# sources.cmake
# Module : G4csv
# Package: Geant4.src.G4analysis.G4analysismng
#
# Sources description for a library.
# Lists the sources and headers of the code explicitely.
# Lists include paths needed.
# Lists the internal granular and global dependencies of the library.
# Source specific properties should be added at the end.
#
# Generated on : 15/07/2013
#
# $Id: sources.cmake 74175 2013-09-30 13:49:33Z ihrivnac $
#
#------------------------------------------------------------------------------
#
# Define the Geant4 Module.
#
include(Geant4MacroDefineModule)
GEANT4_DEFINE_MODULE(NAME G4tools
SOURCES
csz_inflate.cc
LINK_LIBRARIES
)
# List any source specific properties here