Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
MPI-Dortmund
sphire
eman2mirror
Commits
c1818613
Commit
c1818613
authored
Jun 12, 2022
by
shadow_walker
Browse files
cmake custom target: test-eer
parent
0879fb77
Changes
1
Hide whitespace changes
Inline
Side-by-side
rt/imageio/CMakeLists.txt
View file @
c1818613
add_executable
(
test_eer test_eer.cpp
)
target_link_libraries
(
test_eer EM2
)
add_test
(
test-eer test_eer
)
add_custom_target
(
test-eer
COMMAND
${
CMAKE_CTEST_COMMAND
}
-V -C Release -R test-eer
DEPENDS test_eer
)
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