Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Aland, Sebastian
amdis
Commits
734faa05
Commit
734faa05
authored
Nov 01, 2013
by
Praetorius, Simon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
missing demo test.cc removed
parent
88e2a179
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
13 deletions
+0
-13
demo/CMakeLists.txt
demo/CMakeLists.txt
+0
-13
No files found.
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
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