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
5fb992c5
Commit
5fb992c5
authored
Aug 03, 2015
by
Robert McGibbon
Browse files
Install SFMT headers
parent
bf7efca6
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 @
5fb992c5
...
@@ -473,11 +473,13 @@ FILE(GLOB TOP_HEADERS include/openmm/*.h */include/openmm/*.h)
...
@@ -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 INTERNAL_HEADERS include/openmm/internal/*.h */include/openmm/internal/*.h
)
FILE
(
GLOB REFERENCE_HEADERS platforms/reference/include/*.h
)
FILE
(
GLOB REFERENCE_HEADERS platforms/reference/include/*.h
)
FILE
(
GLOB LEPTON_HEADERS libraries/lepton/include/lepton/*.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 FILES
${
CORE_HEADERS
}
)
INSTALL_FILES
(
/include/openmm FILES
${
TOP_HEADERS
}
)
INSTALL_FILES
(
/include/openmm FILES
${
TOP_HEADERS
}
)
INSTALL_FILES
(
/include/openmm/internal FILES
${
INTERNAL_HEADERS
}
)
INSTALL_FILES
(
/include/openmm/internal FILES
${
INTERNAL_HEADERS
}
)
INSTALL_FILES
(
/include/openmm/reference FILES
${
REFERENCE_HEADERS
}
)
INSTALL_FILES
(
/include/openmm/reference FILES
${
REFERENCE_HEADERS
}
)
INSTALL_FILES
(
/include/lepton FILES
${
LEPTON_HEADERS
}
)
INSTALL_FILES
(
/include/lepton FILES
${
LEPTON_HEADERS
}
)
INSTALL_FILES
(
/include/sfmt FILES
${
SFMT_HEADERS
}
)
# Serialization support
# 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