Files
geant4/environments/g4py/source/materials/CMakeLists.txt
T
2020-05-29 14:54:29 +02:00

18 lines
397 B
CMake

# - build library
# library
geant4_add_pymodule(pyG4materials
pyG4AtomicShells.cc
pyG4Element.cc
pyG4ElementTable.cc
pyG4ElementVector.cc
pyG4Isotope.cc
pyG4Material.cc
pyG4MaterialTable.cc
pyG4NistManager.cc
pymodG4materials.cc
)
target_link_libraries(pyG4materials PRIVATE G4materials pyG4Boost)
install(TARGETS pyG4materials DESTINATION "${CMAKE_INSTALL_PYTHONDIR}/Geant4")