Skip to content
Snippets Groups Projects

Adding proper cmake install to juggler

Merged Whitney Armstrong requested to merge cmake_install into master
4 files
+ 9
6
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 2
2
@@ -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
Loading