Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
b16d30ce
Commit
b16d30ce
authored
Oct 09, 2016
by
Davis King
Browse files
Made unit tests compile stuff in tools folder
parent
a8c62a80
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
dlib/test/CMakeLists.txt
dlib/test/CMakeLists.txt
+1
-0
dlib/test/tools/CMakeLists.txt
dlib/test/tools/CMakeLists.txt
+5
-0
No files found.
dlib/test/CMakeLists.txt
View file @
b16d30ce
...
...
@@ -180,6 +180,7 @@ TARGET_LINK_LIBRARIES(${target_name} dlib )
if
(
NOT DLIB_NO_GUI_SUPPORT
)
add_subdirectory
(
gui
)
add_subdirectory
(
examples
)
add_subdirectory
(
tools
)
endif
()
dlib/test/tools/CMakeLists.txt
0 → 100644
View file @
b16d30ce
cmake_minimum_required
(
VERSION 2.8.4
)
add_subdirectory
(
../../../tools/imglab imglab_build
)
add_subdirectory
(
../../../tools/htmlify htmlify_build
)
add_subdirectory
(
../../../tools/mltool mltool_build
)
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