mirror of https://github.com/davisking/dlib.git
Made unit tests compile stuff in tools folder
This commit is contained in:
parent
a8c62a8003
commit
b16d30ce2e
|
@ -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()
|
||||
|
||||
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
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)
|
Loading…
Reference in New Issue