Import Geant4 10.7.0.beta source tree
This commit is contained in:
@@ -1,23 +1,9 @@
|
||||
#------------------------------------------------------------------------------
|
||||
# CMakeLists.txt
|
||||
# Module : G4intercoms
|
||||
# Package: Geant4.src.G4intercoms
|
||||
#
|
||||
# CMakeLists.txt for single level library that may be build global or granular
|
||||
#
|
||||
# Generated on : 24/9/2010
|
||||
#
|
||||
#
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
include(Geant4MacroLibraryTargets)
|
||||
|
||||
# Add allocation export symbol for the geometry category
|
||||
# Add allocation export symbol for the intercoms category
|
||||
add_definitions(-DG4ICOMS_ALLOC_EXPORT)
|
||||
|
||||
if(GEANT4_BUILD_GRANULAR_LIBS)
|
||||
GEANT4_GRANULAR_LIBRARY_TARGET(COMPONENT sources.cmake)
|
||||
else()
|
||||
GEANT4_GLOBAL_LIBRARY_TARGET(COMPONENTS sources.cmake)
|
||||
endif()
|
||||
|
||||
geant4_global_library_target(COMPONENTS sources.cmake)
|
||||
|
||||
Reference in New Issue
Block a user