Update CMakeLists.txt (#566)

This commit is contained in:
cclough 2017-04-30 17:48:51 -07:00 committed by Davis E. King
parent 5f0c1a1c0d
commit 5fa4533b9a

View File

@ -60,6 +60,7 @@ target_link_libraries(assignment_learning_ex dlib::dlib)
# these commands from within the directory containing this CMakeLists.txt
# file:
# mkdir build
# cd build
# cmake ..
# cmake --build . --config Release
#