Files
geant4/environments/g4py/tests/g4pytest/ezgeom/CMakeLists.txt
T
2021-12-12 17:16:06 +01:00

11 lines
247 B
CMake

# - build library
set(_TARGET _ezgeom)
g4pytest_add_module(${_TARGET}
EzDetectorConstruction.cc
G4EzVolume.cc
G4EzVoxelParameterization.cc
G4EzWorld.cc
pyEzgeom.cc
)
target_link_libraries(${_TARGET} PRIVATE G4materials G4geometry G4run)