Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
geant4-projects
cosmic-rays
Commits
dedf6f49
Commit
dedf6f49
authored
Jul 22, 2019
by
MARCOS ANTONIO DE OLIVEIRA DEROS
Browse files
add Tracking Action files
parent
316d4f4e
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
dedf6f49
...
...
@@ -28,7 +28,7 @@ include_directories(${PROJECT_SOURCE_DIR}/include)
# Locate sources and headers for this project
# NB: headers are included so they will show up in IDEs
#
set
(
PROJECT_SRC
set
(
PROJECT_SRC
src/B1ActionInitialization.cc
src/B1DetectorConstruction.cc
...
...
@@ -36,9 +36,10 @@ set(PROJECT_SRC
src/B1PrimaryGeneratorAction.cc
src/B1RunAction.cc
src/B1SteppingAction.cc
src/B1TrackingAction.cc
)
set
(
PROJECT_HEADER
set
(
PROJECT_HEADER
include/B1ActionInitialization.hh
include/B1DetectorConstruction.hh
include/B1EventAction.hh
...
...
@@ -46,6 +47,7 @@ include/B1PrimaryGeneratorAction.hh
include/B1RunAction.hh
include/B1SteppingAction.hh
include/B1Analysis.hh
include/B1TrackingAction.hh
)
#----------------------------------------------------------------------------
...
...
@@ -81,5 +83,3 @@ endforeach()
# Install the executable to 'bin' directory under CMAKE_INSTALL_PREFIX
#
install
(
TARGETS cosmic_rays DESTINATION bin
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment