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
4bf75f3d
"vscode:/vscode.git/clone" did not exist on "48c6dc426f045cb7743b18f5c7329f35f1b7ed79"
Commit
4bf75f3d
authored
Jun 11, 2009
by
Peter Eastman
Browse files
Fixed an error linking the examples
parent
7cbeb289
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
8 deletions
+2
-8
examples/wrappers/CMakeLists.txt
examples/wrappers/CMakeLists.txt
+2
-8
No files found.
examples/wrappers/CMakeLists.txt
View file @
4bf75f3d
...
...
@@ -3,8 +3,9 @@
# Should rebuild this if anything changes, but here we're
# just listing the local cpp and h files as dependencies.
ADD_LIBRARY
(
${
OpenMM_CWRAPPER_LIB
}
S
TATIC
ADD_LIBRARY
(
${
OpenMM_CWRAPPER_LIB
}
S
HARED
OpenMM_CWrapper.cpp OpenMM_CWrapper.h
)
TARGET_LINK_LIBRARIES
(
${
OpenMM_CWRAPPER_LIB
}
${
SHARED_TARGET
}
)
SET_TARGET_PROPERTIES
(
${
OpenMM_CWRAPPER_LIB
}
PROPERTIES
PROJECT_LABEL
"Example - C Wrapper"
)
...
...
@@ -13,10 +14,3 @@ SET_TARGET_PROPERTIES(${OpenMM_CWRAPPER_LIB} PROPERTIES
#INSTALL_TARGETS(/lib${LIB64}/plugins
# RUNTIME_DIRECTORY /lib${LIB64}/plugins
# ${OpenMM_CWRAPPER_LIB})
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