Import Geant4 10.0.0 source tree
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
#
|
||||
# Generated on : 24/9/2010
|
||||
#
|
||||
# $Id: sources.cmake,v 1.1 2010-09-29 18:44:33 bmorgan Exp $
|
||||
# $Id: sources.cmake 72346 2013-07-16 12:11:02Z gcosmo $
|
||||
#
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
@@ -19,10 +19,45 @@
|
||||
include_directories(${CLHEP_INCLUDE_DIRS})
|
||||
|
||||
# List internal includes needed.
|
||||
include_directories(${CMAKE_SOURCE_DIR}/source/global/management/include)
|
||||
|
||||
#
|
||||
# Define the Geant4 Module.
|
||||
#
|
||||
|
||||
# The following are needed only in
|
||||
# multi-threaded builds
|
||||
set (_mtheaders "")
|
||||
set (_mtsrcs "")
|
||||
if(GEANT4_BUILD_MULTITHREADED)
|
||||
set(_mtheaders ${_mtheaders}
|
||||
G4MTHepRandom.hh
|
||||
G4MTHepRandom.icc
|
||||
G4MTRandBit.hh
|
||||
G4MTRandBit.icc
|
||||
G4MTRandExponential.hh
|
||||
G4MTRandExponential.icc
|
||||
G4MTRandFlat.hh
|
||||
G4MTRandFlat.icc
|
||||
G4MTRandGamma.hh
|
||||
G4MTRandGamma.icc
|
||||
G4MTRandGauss.hh
|
||||
G4MTRandGauss.icc
|
||||
G4MTRandGaussQ.hh
|
||||
G4MTRandGaussQ.icc
|
||||
G4MTRandGeneral.hh
|
||||
G4MTRandGeneral.icc )
|
||||
set(_mtsrcs ${_mtsrcs}
|
||||
G4MTHepRandom.cc
|
||||
G4MTRandBit.cc
|
||||
G4MTRandExponential.cc
|
||||
G4MTRandFlat.cc
|
||||
G4MTRandGamma.cc
|
||||
G4MTRandGauss.cc
|
||||
G4MTRandGaussQ.cc
|
||||
G4MTRandGeneral.cc)
|
||||
endif()
|
||||
|
||||
include(Geant4MacroDefineModule)
|
||||
GEANT4_DEFINE_MODULE(NAME G4heprandom
|
||||
HEADERS
|
||||
@@ -30,7 +65,10 @@ GEANT4_DEFINE_MODULE(NAME G4heprandom
|
||||
G4RandomDirection.hh
|
||||
G4RandomTools.hh
|
||||
Randomize.hh
|
||||
${_mtheaders}
|
||||
SOURCES
|
||||
${_mtsrcs}
|
||||
G4Poisson.cc
|
||||
GRANULAR_DEPENDENCIES
|
||||
GLOBAL_DEPENDENCIES
|
||||
LINK_LIBRARIES
|
||||
|
||||
Reference in New Issue
Block a user