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
aff0f2c3
Commit
aff0f2c3
authored
Jun 18, 2019
by
Nikola Hardi
Browse files
Reorganize the project directory to support cling include paths
parent
84ffbaa9
Pipeline
#925068
passed with stage
in 3 minutes and 5 seconds
Changes
37
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
aff0f2c3
...
...
@@ -19,28 +19,11 @@ message(STATUS "Using same ROOT CXX flags: ${CMAKE_CXX_FLAGS}")
# This is our library's name
set
(
LIBNAME JAliEnROOT
)
set
(
SRCS
TJAlienCollection.cxx
TJAlien.cxx
TJAlienDirectory.cxx
TJAlienFile.cxx
TJAlienJDL.cxx
TJAlienJob.cxx
TJAlienJobStatus.cxx
TJAlienJobStatusList.cxx
TJAlienMasterJob.cxx
TJAlienMasterJobStatus.cxx
TJAlienPackage.cxx
TJAlienResult.cxx
TJAlienResultRewriter.cxx
TJAlienSAXHandler.cxx
TJAlienSystem.cxx
TJAlienCredentials.cxx
TJClientFile.cxx
TJAlienDNSResolver.cxx
)
string
(
REPLACE
".cxx"
".h"
HDRS
"
${
SRCS
}
"
)
include_directories
(
${
CMAKE_CURRENT_SOURCE_DIR
}
)
include_directories
(
${
CMAKE_SOURCE_DIR
}
/inc
)
file
(
GLOB SRCS
"src/*.cxx"
)
string
(
REPLACE
".cxx"
".h"
HDRS
"
${
SRCS
}
"
)
string
(
REPLACE
"src"
"inc"
HDRS
"
${
HDRS
}
"
)
include_directories
(
${
LIBNAME
}
${
OPENSSL_INCLUDE_DIR
}
)
ROOT_GENERATE_DICTIONARY
(
G__
${
LIBNAME
}
"
${
HDRS
}
"
LINKDEF LinkDef.h
)
add_library
(
${
LIBNAME
}
SHARED
"
${
SRCS
}
"
G__
${
LIBNAME
}
.cxx
)
...
...
TJAlien.h
→
inc/
TJAlien.h
View file @
aff0f2c3
File moved
TJAlienCollection.h
→
inc/
TJAlienCollection.h
View file @
aff0f2c3
File moved
TJAlienCredentials.h
→
inc/
TJAlienCredentials.h
View file @
aff0f2c3
File moved
TJAlienDNSResolver.h
→
inc/
TJAlienDNSResolver.h
View file @
aff0f2c3
File moved
TJAlienDirectory.h
→
inc/
TJAlienDirectory.h
View file @
aff0f2c3
File moved
TJAlienFile.h
→
inc/
TJAlienFile.h
View file @
aff0f2c3
File moved
TJAlienJDL.h
→
inc/
TJAlienJDL.h
View file @
aff0f2c3
File moved
TJAlienJob.h
→
inc/
TJAlienJob.h
View file @
aff0f2c3
File moved
TJAlienJobStatus.h
→
inc/
TJAlienJobStatus.h
View file @
aff0f2c3
File moved
TJAlienJobStatusList.h
→
inc/
TJAlienJobStatusList.h
View file @
aff0f2c3
File moved
TJAlienMasterJob.h
→
inc/
TJAlienMasterJob.h
View file @
aff0f2c3
File moved
TJAlienMasterJobStatus.h
→
inc/
TJAlienMasterJobStatus.h
View file @
aff0f2c3
File moved
TJAlienPackage.h
→
inc/
TJAlienPackage.h
View file @
aff0f2c3
File moved
TJAlienResult.h
→
inc/
TJAlienResult.h
View file @
aff0f2c3
File moved
TJAlienResultRewriter.h
→
inc/
TJAlienResultRewriter.h
View file @
aff0f2c3
File moved
TJAlienSAXHandler.h
→
inc/
TJAlienSAXHandler.h
View file @
aff0f2c3
File moved
TJAlienSystem.h
→
inc/
TJAlienSystem.h
View file @
aff0f2c3
File moved
TJClientFile.h
→
inc/
TJClientFile.h
View file @
aff0f2c3
File moved
TJAlien.cxx
→
src/
TJAlien.cxx
View file @
aff0f2c3
File moved
Prev
1
2
Next
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