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
0f1b2b37
Commit
0f1b2b37
authored
Feb 26, 2022
by
Davis King
Browse files
update cmake docs
parent
efa2baee
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
9 deletions
+2
-9
dlib/cmake_utils/dlibConfig.cmake.in
dlib/cmake_utils/dlibConfig.cmake.in
+2
-9
No files found.
dlib/cmake_utils/dlibConfig.cmake.in
View file @
0f1b2b37
...
...
@@ -6,15 +6,8 @@
# Usage from an external project:
# In your CMakeLists.txt, add these lines:
#
# FIND_PACKAGE(dlib REQUIRED)
# TARGET_LINK_LIBRARIES(MY_TARGET_NAME ${dlib_LIBRARIES})
#
# This file will define the following variables:
# - dlib_LIBRARIES : The list of all imported targets for dlib modules.
# - dlib_INCLUDE_DIRS : The dlib include directories.
# - dlib_VERSION : The version of this dlib build.
# - dlib_VERSION_MAJOR : Major version part of this dlib revision.
# - dlib_VERSION_MINOR : Minor version part of this dlib revision.
# find_package(dlib REQUIRED)
# target_link_libraries(MY_TARGET_NAME dlib::dlib)
#
# ===================================================================================
...
...
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