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
2df1c6f2
Verified
Commit
2df1c6f2
authored
Nov 19, 2020
by
Guilherme Amadio
Browse files
Install modulemap along with other header files
parent
4d6e508a
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmake/Modules/ClhepCopyHeaders.cmake
View file @
2df1c6f2
...
...
@@ -49,6 +49,6 @@ macro (clhep_copy_headers )
# handle the module.modulemap file
CONFIGURE_FILE
(
${
CLHEP_SOURCE_DIR
}
/module.modulemap
${
CLHEP_BINARY_DIR
}
/module.modulemap COPYONLY
)
INSTALL
(
FILES
${
CLHEP_BINARY_DIR
}
/module.modulemap
DESTINATION include
)
DESTINATION include
/CLHEP
)
endmacro
(
clhep_copy_headers
)
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