Skip to content
Snippets Groups Projects
Commit 52121115 authored by Frank Gaede's avatar Frank Gaede
Browse files

- moved ddsim.cpp (dd_sim binary) to DDG4

parent c096f115
No related branches found
No related tags found
No related merge requests found
......@@ -58,6 +58,9 @@ target_link_libraries(g4gdmlDisplay DD4hepG4 DD4hepCore)
#-----------------------------------------------------------------------------------
add_executable(g4FromXML g4FromXML.cpp)
target_link_libraries(g4FromXML DD4hepG4 DD4hepCore)
#-----------------------------------------------------------------------------------
add_executable( dd_sim ddsim.cpp)
target_link_libraries(dd_sim DD4hepCore DD4hepG4)
#--- install target-------------------------------------
install(DIRECTORY include/DDG4
......@@ -75,7 +78,7 @@ install(FILES
python/SystemOfUnits.py
DESTINATION python)
install(TARGETS DD4hepG4 DD4hepG4Plugins DD4hepG4Legacy g4gdmlDisplay
install(TARGETS DD4hepG4 DD4hepG4Plugins DD4hepG4Legacy g4gdmlDisplay dd_sim
RUNTIME DESTINATION bin
LIBRARY DESTINATION lib
)
......
File moved
......@@ -22,16 +22,6 @@ add_executable( print_materials src/print_materials.cpp)
target_link_libraries(print_materials DD4hepCore DD4hepRec)
#-----------------------------------------------------------------------------------
if(DD4HEP_USE_GEANT4)
include_directories( ${CMAKE_SOURCE_DIR}/DDG4/include )
add_executable( dd_sim src/ddsim.cpp)
target_link_libraries(dd_sim DD4hepCore DD4hepG4)
install(TARGETS dd_sim RUNTIME DESTINATION bin )
endif()
#-----------------------------------------------------------------------------------
root_generate_dictionary( G__teve src/EvNavHandler.h LINKDEF src/LinkDef.h)
if(DD4HEP_USE_LCIO)
......
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