Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DD4hep
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cepc
externals
mirroring
DD4hep
Commits
52121115
Commit
52121115
authored
10 years ago
by
Frank Gaede
Browse files
Options
Downloads
Patches
Plain Diff
- moved ddsim.cpp (dd_sim binary) to DDG4
parent
c096f115
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
DDG4/CMakeLists.txt
+4
-1
4 additions, 1 deletion
DDG4/CMakeLists.txt
DDG4/ddsim.cpp
+0
-0
0 additions, 0 deletions
DDG4/ddsim.cpp
UtilityApps/CMakeLists.txt
+0
-10
0 additions, 10 deletions
UtilityApps/CMakeLists.txt
with
4 additions
and
11 deletions
DDG4/CMakeLists.txt
+
4
−
1
View file @
52121115
...
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.
UtilityApps/src
/ddsim.cpp
→
DDG4
/ddsim.cpp
+
0
−
0
View file @
52121115
File moved
This diff is collapsed.
Click to expand it.
UtilityApps/CMakeLists.txt
+
0
−
10
View file @
52121115
...
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment