Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Backofen, Rainer
amdis
Commits
734faa05
Commit
734faa05
authored
Nov 01, 2013
by
Praetorius, Simon
Browse files
missing demo test.cc removed
parent
88e2a179
Changes
1
Hide whitespace changes
Inline
Side-by-side
demo/CMakeLists.txt
View file @
734faa05
...
...
@@ -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)
Write
Preview
Supports
Markdown
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