"vscode:/vscode.git/clone" did not exist on "6e3c2142053919f5299b1152e931a9050f8046dd"
Commit 61eed805 authored by Christopher Bruns's avatar 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
add_executable(TestNormalModeLangevinEXE TestNormalModeLangevin.cpp)
target_link_libraries(TestNormalModeLangevinEXE ${SHARED_TARGET})
add_executable(TestNormalModeLangevin TestNormalModeLangevin.cpp)
target_link_libraries(TestNormalModeLangevin ${SHARED_TARGET})
add_test(TestNormalModeLangevin "${EXECUTABLE_OUTPUT_PATH}/TestNormalModeLangevin")
add_test(TestNormalModeLangevin TestNormalModeLangevinEXE)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment