Files
geant4/examples/extended/common/scripts/CMakeLists_template_5.txt
T
2016-06-09 17:01:34 +02:00

7 lines
293 B
Plaintext

#----------------------------------------------------------------------------
# Add the executable, and link it to the Geant4 libraries
#
add_executable(EXAMPLE_PROGRAM_NAME EXAMPLE_PROGRAM_NAME.cc ${sources} ${headers})
target_link_libraries(EXAMPLE_PROGRAM_NAME ${Geant4_LIBRARIES} FIX_XT)