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
LARN
PRRT
Commits
1b72a071
Commit
1b72a071
authored
Mar 09, 2016
by
Andreas Schmidt
Browse files
Add custom targets to Cmake file.
parent
a9c122a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
1b72a071
...
...
@@ -12,4 +12,7 @@ find_package (Threads)
include_directories
(
${
CMAKE_CURRENT_SOURCE_DIR
}
)
add_subdirectory
(
src
)
add_subdirectory
(
tests
)
\ No newline at end of file
add_subdirectory
(
tests
)
add_custom_target
(
funtest ./bin/prrtTests
)
add_custom_target
(
perftest python3 eval.py
)
\ No newline at end of file
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