mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
update docs
This commit is contained in:
parent
39327e71b7
commit
1b83016abd
@ -42,7 +42,7 @@ project(examples)
|
||||
# cmake needs is the dlib source code folder and it will take care of everything.
|
||||
add_subdirectory(../dlib dlib_build)
|
||||
|
||||
# If you have cmake 3.11 or newer you can even use FetchContent instead of
|
||||
# If you have cmake 3.14 or newer you can even use FetchContent instead of
|
||||
# add_subdirectory() to pull in dlib as a dependency. So instead of using the
|
||||
# above add_subdirectory() command, you could use the following three commands
|
||||
# to make dlib available:
|
||||
|
Loading…
Reference in New Issue
Block a user