From 2925dbae7f488c3113b5f574eca1ceaba0ffdaac Mon Sep 17 00:00:00 2001 From: shivesh Date: Tue, 21 Aug 2018 15:36:34 +0100 Subject: Tue 21 Aug 15:36:34 BST 2018 --- CMakeLists.txt | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 46aca8b..932304b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,7 +31,7 @@ file(GLOB headers ${PROJECT_SOURCE_DIR}/include/*.h) #---------------------------------------------------------------------------- # Add the executable, and link it to the Geant4 libraries # -add_executable(G4BeamTest G4BeamTest.cc ${sources} ${headers}) +add_executable(G4BeamTest G4BeamTest.cxx ${sources} ${headers}) target_link_libraries(G4BeamTest ${Geant4_LIBRARIES} ) #---------------------------------------------------------------------------- @@ -40,12 +40,7 @@ target_link_libraries(G4BeamTest ${Geant4_LIBRARIES} ) # relies on these scripts being in the current working directory. # set(G4BeamTest_SCRIPTS - G4BeamTest.out - G4BeamTest.in - optPhoton.mac - gui.mac - icons.mac - run.png + run1.mac vis.mac ) -- cgit v1.2.3