Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CLHEP
CLHEP
Commits
d9ff8cdd
Commit
d9ff8cdd
authored
Jul 29, 2011
by
Lynn Garren
Browse files
not all packages have libraries
parent
b704f7a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
d9ff8cdd
...
...
@@ -62,8 +62,12 @@ clhep_config()
# check for required functions
CHECK_FUNCTION_EXISTS
(
drand48 found_drand48
)
# all the packages
set
(
CLHEP_subdirs Units Utility Vector Evaluator GenericFunctions Geometry
Random Matrix RandomObjects Cast RefCount Exceptions
)
# The Units and Utility packages are just headers.
set
(
CLHEP_libraries Vector Evaluator GenericFunctions Geometry
Random Matrix RandomObjects Cast RefCount Exceptions
)
clhep_copy_headers
(
${
CLHEP_subdirs
}
)
add_subdirectory
(
Units
)
...
...
@@ -79,4 +83,4 @@ add_subdirectory(Cast)
add_subdirectory
(
RefCount
)
add_subdirectory
(
Exceptions
)
clhep_build_libclhep
(
${
CLHEP_
subdir
s
}
)
clhep_build_libclhep
(
${
CLHEP_
librarie
s
}
)
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