Skip to content
Snippets Groups Projects
Commit 734faa05 authored by Praetorius, Simon's avatar Praetorius, Simon
Browse files

missing demo test.cc removed

parent 88e2a179
Branches
Tags
No related merge requests found
......@@ -70,16 +70,3 @@ install(TARGETS vecellipt RUNTIME DESTINATION bin)
add_executable("vecheat" ${vecheat})
target_link_libraries("vecheat" ${BASIS_LIBS})
install(TARGETS vecheat RUNTIME DESTINATION bin)
set(test src/test.cc)
add_executable("test" ${test})
target_link_libraries("test" ${BASIS_LIBS})
install(TARGETS test RUNTIME DESTINATION bin)
# add_executable("matrix_test" src/matrix_test.cc)
# target_link_libraries("matrix_test" ${BASIS_LIBS})
# install(TARGETS vecheat RUNTIME DESTINATION bin)
#create the output dir
# file(MAKE_DIRECTORY output)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment