Skip to content
Snippets Groups Projects
Commit 7953562d authored by Marko Petric's avatar Marko Petric
Browse files

add to the ddsim source file the suffix and remove in installation

parent 4bd9009a
No related branches found
No related tags found
No related merge requests found
......@@ -122,7 +122,7 @@ target_link_libraries(g4FromXML DDG4)
file(GLOB DDG4_python python/*.py python/*.C)
install(FILES ${DDG4_python} DESTINATION lib/python${Python_VERSION_MAJOR}.${Python_VERSION_MINOR}/site-packages)
install(PROGRAMS python/DDSim/bin/ddsim DESTINATION bin)
install(PROGRAMS python/DDSim/bin/ddsim.py DESTINATION bin RENAME ddsim)
install(PROGRAMS python/bin/checkOverlaps.py DESTINATION bin RENAME checkOverlaps)
install(PROGRAMS python/bin/checkGeometry.py DESTINATION bin RENAME checkGeometry)
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment