15 lines
361 B
CMake
15 lines
361 B
CMake
#------------------------------------------------------------------------------
|
|
# Module : G4tools
|
|
# Package: Geant4.src.G4analysis.G4tools
|
|
#------------------------------------------------------------------------------
|
|
|
|
#
|
|
# Define the Geant4 Module.
|
|
#
|
|
geant4_define_module(NAME G4tools
|
|
SOURCES
|
|
csz_inflate.cc
|
|
)
|
|
|
|
# List any source specific properties here
|