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
61eed805
Commit
61eed805
authored
Dec 01, 2009
by
Christopher Bruns
Browse files
Added magical cmake incantation to avoid TestNormalModeLangevin not found error.
(It still *fails*, but at least it is found)
parent
cffb9277
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
plugins/normalModeLangevin/test/CMakeLists.txt
plugins/normalModeLangevin/test/CMakeLists.txt
+4
-3
No files found.
plugins/normalModeLangevin/test/CMakeLists.txt
View file @
61eed805
add_executable
(
TestNormalModeLangevinEXE TestNormalModeLangevin.cpp
)
add_executable
(
TestNormalModeLangevin TestNormalModeLangevin.cpp
)
target_link_libraries
(
TestNormalModeLangevinEXE
${
SHARED_TARGET
}
)
target_link_libraries
(
TestNormalModeLangevin
${
SHARED_TARGET
}
)
add_test
(
TestNormalModeLangevin
"
${
EXECUTABLE_OUTPUT_PATH
}
/TestNormalModeLangevin"
)
add_test
(
TestNormalModeLangevin TestNormalModeLangevinEXE
)
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