diff options
| author | shivesh <s.p.mandalia@qmul.ac.uk> | 2018-08-21 15:36:34 +0100 |
|---|---|---|
| committer | shivesh <s.p.mandalia@qmul.ac.uk> | 2018-08-21 15:36:34 +0100 |
| commit | 2925dbae7f488c3113b5f574eca1ceaba0ffdaac (patch) | |
| tree | 40d8a7000690af2ba40433fc77c38fd23c841b25 /CMakeLists.txt | |
| parent | 3e2608bb7c803eea644edf9fc7afa5bf3921a429 (diff) | |
| download | G4BeamTest-2925dbae7f488c3113b5f574eca1ceaba0ffdaac.tar.gz G4BeamTest-2925dbae7f488c3113b5f574eca1ceaba0ffdaac.zip | |
Tue 21 Aug 15:36:34 BST 2018
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 9 |
1 files changed, 2 insertions, 7 deletions
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 ) |
