Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
14c5e241
Commit
14c5e241
authored
Aug 03, 2015
by
peastman
Browse files
Merge pull request #1069 from rmcgibbo/install-sfmt-headers
Install SFMT headers
parents
5cc23632
5fb992c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
CMakeLists.txt
CMakeLists.txt
+2
-0
No files found.
CMakeLists.txt
View file @
14c5e241
...
...
@@ -473,11 +473,13 @@ FILE(GLOB TOP_HEADERS include/openmm/*.h */include/openmm/*.h)
FILE
(
GLOB INTERNAL_HEADERS include/openmm/internal/*.h */include/openmm/internal/*.h
)
FILE
(
GLOB REFERENCE_HEADERS platforms/reference/include/*.h
)
FILE
(
GLOB LEPTON_HEADERS libraries/lepton/include/lepton/*.h
)
FILE
(
GLOB SFMT_HEADERS libraries/sfmt/include/sfmt/SFMT.h
)
INSTALL_FILES
(
/include FILES
${
CORE_HEADERS
}
)
INSTALL_FILES
(
/include/openmm FILES
${
TOP_HEADERS
}
)
INSTALL_FILES
(
/include/openmm/internal FILES
${
INTERNAL_HEADERS
}
)
INSTALL_FILES
(
/include/openmm/reference FILES
${
REFERENCE_HEADERS
}
)
INSTALL_FILES
(
/include/lepton FILES
${
LEPTON_HEADERS
}
)
INSTALL_FILES
(
/include/sfmt FILES
${
SFMT_HEADERS
}
)
# Serialization support
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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