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

5 lines
189 B
CMake

# - build library
set(_TARGET _ExN01geom)
g4pytest_add_module(${_TARGET} ExN01DetectorConstruction.cc pyExN01geom.cc)
target_link_libraries(${_TARGET} PRIVATE G4materials G4geometry G4run)