Commit b16d30ce authored by Davis King's avatar Davis King

Made unit tests compile stuff in tools folder

parent a8c62a80
...@@ -180,6 +180,7 @@ TARGET_LINK_LIBRARIES(${target_name} dlib ) ...@@ -180,6 +180,7 @@ TARGET_LINK_LIBRARIES(${target_name} dlib )
if (NOT DLIB_NO_GUI_SUPPORT) if (NOT DLIB_NO_GUI_SUPPORT)
add_subdirectory(gui) add_subdirectory(gui)
add_subdirectory(examples) add_subdirectory(examples)
add_subdirectory(tools)
endif() endif()
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)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment