Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DD4hep
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cepc
externals
mirroring
DD4hep
Commits
e39cdd1f
Commit
e39cdd1f
authored
9 years ago
by
Andre Sailer
Browse files
Options
Downloads
Patches
Plain Diff
Rename library DD4hepEve --> DDEve
parent
dc140ae2
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
DDEve/CMakeLists.txt
+7
-7
7 additions, 7 deletions
DDEve/CMakeLists.txt
with
7 additions
and
7 deletions
DDEve/CMakeLists.txt
+
7
−
7
View file @
e39cdd1f
...
@@ -25,7 +25,7 @@ else()
...
@@ -25,7 +25,7 @@ else()
${
DD4hep_INCLUDE_DIRS
}
${
DD4hep_INCLUDE_DIRS
}
${
ROOT_INCLUDE_DIR
}
)
${
ROOT_INCLUDE_DIR
}
)
endif
()
endif
()
#---DD
4hep
Eve library --------------------------------------------------------------
#---DDEve library --------------------------------------------------------------
file
(
GLOB headers include/DDEve/*.h
)
file
(
GLOB headers include/DDEve/*.h
)
file
(
GLOB sources src/*.cpp
)
file
(
GLOB sources src/*.cpp
)
set
(
eve_link_libraries DDCore
${
ROOT_EVE_LIBRARIES
}
-lFTGL
)
set
(
eve_link_libraries DDCore
${
ROOT_EVE_LIBRARIES
}
-lFTGL
)
...
@@ -46,13 +46,13 @@ endif()
...
@@ -46,13 +46,13 @@ endif()
root_generate_dictionary
(
G__DDEve
${
headers
}
LINKDEF
${
CMAKE_SOURCE_DIR
}
/DDCore/include/ROOT/LinkDef.h
)
root_generate_dictionary
(
G__DDEve
${
headers
}
LINKDEF
${
CMAKE_SOURCE_DIR
}
/DDCore/include/ROOT/LinkDef.h
)
list
(
APPEND sources G__DDEve.cxx
)
list
(
APPEND sources G__DDEve.cxx
)
add_library
(
DD
4hep
Eve SHARED
${
sources
}
)
add_library
(
DDEve SHARED
${
sources
}
)
target_link_libraries
(
DD
4hep
Eve
${
eve_link_libraries
}
)
target_link_libraries
(
DDEve
${
eve_link_libraries
}
)
SET_TARGET_PROPERTIES
(
DD
4hep
Eve PROPERTIES VERSION
${
DD4hep_VERSION
}
SOVERSION
${
DD4hep_SOVERSION
}
)
SET_TARGET_PROPERTIES
(
DDEve PROPERTIES VERSION
${
DD4hep_VERSION
}
SOVERSION
${
DD4hep_SOVERSION
}
)
#---DD
4hep
Eve rootmap --------------------------------------------------------------
#---DDEve rootmap --------------------------------------------------------------
dd4hep_generate_rootmap
(
DD
4hep
Eve
)
dd4hep_generate_rootmap
(
DDEve
)
#---Package installation procedure(s) ----------------------------------------------
#---Package installation procedure(s) ----------------------------------------------
install
(
DIRECTORY include/DDEve
install
(
DIRECTORY include/DDEve
DESTINATION include
DESTINATION include
...
@@ -62,7 +62,7 @@ install(DIRECTORY ${PackageName}
...
@@ -62,7 +62,7 @@ install(DIRECTORY ${PackageName}
DESTINATION examples
DESTINATION examples
PATTERN
".svn"
EXCLUDE
)
PATTERN
".svn"
EXCLUDE
)
install
(
TARGETS DD
4hep
Eve
install
(
TARGETS DDEve
RUNTIME DESTINATION bin
RUNTIME DESTINATION bin
LIBRARY DESTINATION lib
LIBRARY DESTINATION lib
)
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment