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
25012406
Commit
25012406
authored
Feb 18, 2022
by
Wouter Deconinck
Committed by
Sylvester Joosten
Feb 18, 2022
Browse files
Remove JugBase dictionary
parent
12626ce1
Changes
2
Hide whitespace changes
Inline
Side-by-side
JugBase/CMakeLists.txt
View file @
25012406
...
...
@@ -2,12 +2,6 @@
# Package: JugBase
################################################################################
ROOT_GENERATE_DICTIONARY
(
G__JugBase
JugBase/DataHandle.h
LINKDEF JugBaseLinkDef.h
OPTIONS -I
${
Gaudi_INCLUDE_DIR
}
-I
${
podio_INCLUDE_DIR
}
)
gaudi_add_library
(
JugBase
SOURCES
src/ACTSLogger.cpp
...
...
@@ -16,7 +10,6 @@ gaudi_add_library(JugBase
src/Utilities/Helpers.cpp
src/Utilities/Paths.cpp
src/Plugins/DD4hepBField.cpp
G__JugBase.cxx
LINK
Gaudi::GaudiKernel Gaudi::GaudiAlgLib
podio::podioRootIO
...
...
@@ -26,10 +19,6 @@ gaudi_add_library(JugBase
${
genfit2
}
)
add_custom_target
(
JugBase_ROOTDICTS DEPENDS G__JugBase.cxx
)
add_dependencies
(
JugBase JugBase_ROOTDICTS
)
target_include_directories
(
JugBase PUBLIC
$<BUILD_INTERFACE:
${
CMAKE_CURRENT_LIST_DIR
}
>
$<INSTALL_INTERFACE:
${
CMAKE_INSTALL_INCLUDEDIR
}
>
...
...
@@ -74,13 +63,6 @@ install(TARGETS JugBase JugBasePlugins
LIBRARY DESTINATION
"
${
CMAKE_INSTALL_LIBDIR
}
"
COMPONENT shlib
COMPONENT dev
)
install
(
FILES
${
CMAKE_CURRENT_BINARY_DIR
}
/libJugBase_rdict.pcm
${
CMAKE_CURRENT_BINARY_DIR
}
/libJugBase.rootmap
DESTINATION lib
)
if
(
BUILD_TESTING
)
enable_testing
()
endif
()
...
...
JugBase/JugBaseLinkDef.h
deleted
100644 → 0
View file @
12626ce1
#include <vector>
#ifdef __CLING__
#pragma link off all globals;
#pragma link off all classes;
#pragma link off all functions;
#pragma link C++ all typedef;
#pragma link C++ nestedclass;
#pragma link C++ nestedtypedef;
#pragma link C++ class vector <size_t>+;
#pragma link C++ class vector <int>+;
#pragma link C++ class vector<vector <float> >+;
#pragma link C++ class vector<vector <int> >+;
#pragma link C++ class vector<vector <unsigned long> >+;
#endif
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