Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
JAliEn
JAliEn-ROOT
Commits
d66aacce
Commit
d66aacce
authored
Jun 27, 2019
by
Nikola Hardi
Browse files
Fix CMake support for AGU
parent
50e45209
Pipeline
#946389
failed with stage
in 58 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
d66aacce
...
...
@@ -22,12 +22,11 @@ set(LIBNAME JAliEnROOT)
include_directories
(
${
LIBNAME
}
${
OPENSSL_INCLUDE_DIR
}
)
include_directories
(
${
CMAKE_CURRENT_SOURCE_DIR
}
)
include_directories
(
${
CMAKE_SOURCE_DIR
}
/inc
)
include_directories
(
${
AGU
}
/include
)
file
(
GLOB SRCS
"src/*.cxx"
)
string
(
REPLACE
".cxx"
".h"
HDRS
"
${
SRCS
}
"
)
string
(
REPLACE
"src"
"inc"
HDRS
"
${
HDRS
}
"
)
set
(
HDRS
${
HDRS
}
"
${
AGU
}
/include
/TAliceCollection.h"
"
${
AGU
}
/include
/TAliceFile.h"
)
set
(
HDRS
${
HDRS
}
"
inc
/TAliceCollection.h"
"
inc
/TAliceFile.h"
)
ROOT_GENERATE_DICTIONARY
(
G__
${
LIBNAME
}
"
${
HDRS
}
"
LINKDEF LinkDef.h
)
add_library
(
${
LIBNAME
}
SHARED
"
${
SRCS
}
"
G__
${
LIBNAME
}
.cxx
)
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment