Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
1b83016a
"tests/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "2c489fadec58fd6be7f555897b222cdef31d98b5"
Commit
1b83016a
authored
Oct 24, 2019
by
Davis King
Browse files
update docs
parent
39327e71
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/CMakeLists.txt
examples/CMakeLists.txt
+1
-1
No files found.
examples/CMakeLists.txt
View file @
1b83016a
...
@@ -42,7 +42,7 @@ project(examples)
...
@@ -42,7 +42,7 @@ project(examples)
# cmake 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
)
# If you have cmake 3.1
1
or newer you can even use FetchContent instead of
# If you have cmake 3.1
4
or newer you can even use FetchContent instead of
# add_subdirectory() to pull in dlib as a dependency. So instead of using the
# 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
# above add_subdirectory() command, you could use the following three commands
# to make dlib available:
# to make dlib available:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment