Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MPI-Dortmund
sphire
eman2mirror
Commits
0879fb77
Commit
0879fb77
authored
Jun 13, 2022
by
shadow_walker
Browse files
no need to set ctest binary dir
parent
b2bd1f4a
Changes
1
Hide whitespace changes
Inline
Side-by-side
rt/imageio/CMakeLists.txt
View file @
0879fb77
set
(
CTEST_BINARY_DIRECTORY
${
CMAKE_CURRENT_BINARY_DIR
}
)
add_executable
(
test_eer test_eer.cpp
)
target_link_libraries
(
test_eer EM2
)
add_test
(
test-eer test_eer
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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