Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
EIC
Project Juggler
Commits
2106a2a1
Commit
2106a2a1
authored
Oct 14, 2020
by
Whitney Armstrong
Browse files
Adding proper cmake install to juggler
- Fixed install of "run" script and removed some gaudi install cmake macros
parent
46bfcd8d
Changes
4
Show whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
2106a2a1
...
...
@@ -18,3 +18,6 @@ find_package(GaudiProject)
gaudi_project
(
Juggler v1r0
USE Gaudi v33r1
)
install
(
FILES
${
CMAKE_BINARY_DIR
}
/run
DESTINATION bin/
)
JugBase/CMakeLists.txt
View file @
2106a2a1
...
...
@@ -16,8 +16,8 @@ find_package(DD4hep COMPONENTS DDG4 DDG4IO DDRec REQUIRED)
# this declaration will not be needed in the future
gaudi_depends_on_subdirs
(
GaudiAlg GaudiKernel
)
gaudi_install_scripts
()
gaudi_install_python_modules
()
#
gaudi_install_scripts()
#
gaudi_install_python_modules()
gaudi_add_library
(
JugBase
src/*.cpp
...
...
JugDigi/CMakeLists.txt
View file @
2106a2a1
...
...
@@ -14,8 +14,8 @@ find_package(DD4hep COMPONENTS DDG4 DDG4IO DDRec REQUIRED)
# this declaration will not be needed in the future
gaudi_depends_on_subdirs
(
GaudiAlg GaudiKernel
)
gaudi_install_scripts
()
gaudi_install_python_modules
()
#
gaudi_install_scripts()
#
gaudi_install_python_modules()
#gaudi_add_library(JugBase
# src/*.cpp
...
...
JugReco/CMakeLists.txt
View file @
2106a2a1
...
...
@@ -15,8 +15,8 @@ find_package(DD4hep COMPONENTS DDG4 DDG4IO DDRec REQUIRED)
# this declaration will not be needed in the future
gaudi_depends_on_subdirs
(
GaudiAlg GaudiKernel
)
gaudi_install_scripts
()
gaudi_install_python_modules
()
#
gaudi_install_scripts()
#
gaudi_install_python_modules()
#gaudi_add_library(JugBase
# src/*.cpp
...
...
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