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
e4cc0afc
Commit
e4cc0afc
authored
Jun 26, 2015
by
peastman
Browse files
Ensure Lepton headers get installed
parent
fa6025df
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 @
e4cc0afc
...
@@ -470,10 +470,12 @@ FILE(GLOB CORE_HEADERS include/*.h */include/*.h)
...
@@ -470,10 +470,12 @@ FILE(GLOB CORE_HEADERS include/*.h */include/*.h)
FILE
(
GLOB TOP_HEADERS include/openmm/*.h */include/openmm/*.h
)
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
)
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
}
)
# 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