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
0f8e1fe7
"platforms/opencl/vscode:/vscode.git/clone" did not exist on "d2f76949b3ccac1139f0a0a0d1459aa47e2f0a98"
Commit
0f8e1fe7
authored
Apr 21, 2009
by
Peter Eastman
Browse files
Headers were not getting installed correctly
parent
644cc275
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
CMakeLists.txt
CMakeLists.txt
+5
-3
No files found.
CMakeLists.txt
View file @
0f8e1fe7
...
...
@@ -266,9 +266,11 @@ ENDIF(OPENMM_BUILD_BROOK_LIB)
INSTALL_TARGETS
(
/lib RUNTIME_DIRECTORY /lib
${
SHARED_TARGET
}
)
INSTALL_TARGETS
(
/lib RUNTIME_DIRECTORY /lib
${
STATIC_TARGET
}
)
FILE
(
GLOB CORE_HEADERS include/*.h */include/*.h
)
FILE
(
GLOB INTERNAL_HEADERS include/internal/*.h */include/internal/*.h
)
INSTALL_FILES
(
/include/ FILES
${
CORE_HEADERS
}
)
INSTALL_FILES
(
/include/internal FILES
${
INTERNAL_HEADERS
}
)
FILE
(
GLOB TOP_HEADERS include/openmm/*.h */include/openmm/*.h
)
FILE
(
GLOB INTERNAL_HEADERS include/openmm/internal/*.h */include/openmm/internal/*.h
)
INSTALL_FILES
(
/include FILES
${
CORE_HEADERS
}
)
INSTALL_FILES
(
/include/openmm FILES
${
TOP_HEADERS
}
)
INSTALL_FILES
(
/include/openmm/internal FILES
${
INTERNAL_HEADERS
}
)
# Set the build flags to link statically to the microsoft runtime library, unless
# the user tells us otherwise, via the variable "USE_MSVC_RUNTIME_DLL"
...
...
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