Commit 3aa99918 authored by Davis King's avatar Davis King

Made comment more clear.

parent 9d592140
...@@ -39,7 +39,7 @@ project(examples) ...@@ -39,7 +39,7 @@ project(examples)
# Tell cmake we will need dlib. This command will pull in dlib and compile it # Tell cmake we will need dlib. This command will pull in dlib and compile it
# into your project. Note that you don't need to compile or install dlib. All # into your project. Note that you don't need to compile or install dlib. All
# it needs is the dlib source code folder and it will take care of everything. # cmake needs is the dlib source code folder and it will take care of everything.
add_subdirectory(../dlib dlib_build) add_subdirectory(../dlib dlib_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