"git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "3231712b7da66f9c1b160f2d5363b186b03daafe"
Commit 0f1b2b37 authored by Davis King's avatar Davis King
Browse files

update cmake docs

parent efa2baee
...@@ -6,15 +6,8 @@ ...@@ -6,15 +6,8 @@
# Usage from an external project: # Usage from an external project:
# In your CMakeLists.txt, add these lines: # In your CMakeLists.txt, add these lines:
# #
# FIND_PACKAGE(dlib REQUIRED) # find_package(dlib REQUIRED)
# TARGET_LINK_LIBRARIES(MY_TARGET_NAME ${dlib_LIBRARIES}) # target_link_libraries(MY_TARGET_NAME dlib::dlib)
#
# 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.
# #
# =================================================================================== # ===================================================================================
......
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