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
ce1dd0b6
Commit
ce1dd0b6
authored
Jun 18, 2009
by
Michael Sherman
Browse files
remove unused file
parent
17d1268c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
16 deletions
+0
-16
examples/wrappers/CMakeLists.txt
examples/wrappers/CMakeLists.txt
+0
-16
No files found.
examples/wrappers/CMakeLists.txt
deleted
100644 → 0
View file @
17d1268c
# Build a C wrapper for OpenMM
# 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
}
SHARED
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"
)
INSTALL
(
FILES OpenMM_CWrapper.cpp
OpenMM_CWrapper.h
OpenMM_Module.f90
DESTINATION examples
)
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