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

11 lines
248 B
CMake

# - build library
# library
geant4_add_pymodule(pyG4interfaces
pyG4UIterminal.cc
pymodG4interface.cc
)
target_link_libraries(pyG4interfaces PRIVATE G4interfaces)
install(TARGETS pyG4interfaces DESTINATION "${CMAKE_INSTALL_PYTHONDIR}/Geant4")