Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
61687a8f
Commit
61687a8f
authored
May 25, 2018
by
Davis King
Browse files
Options
Browse Files
Download
Plain Diff
merged
parents
c1f5f32b
f82aa1be
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
CMakeLists.txt
dlib/CMakeLists.txt
+6
-1
No files found.
dlib/CMakeLists.txt
View file @
61687a8f
...
...
@@ -24,6 +24,7 @@ endif()
include
(
cmake_utils/release_build_by_default
)
include
(
cmake_utils/use_cpp_11.cmake
)
set
(
CPACK_PACKAGE_NAME
"dlib"
)
set
(
CPACK_PACKAGE_VERSION_MAJOR
"19"
)
set
(
CPACK_PACKAGE_VERSION_MINOR
"12"
)
...
...
@@ -38,7 +39,6 @@ if(has_parent)
endif
()
endif
()
if
(
DLIB_IN_PROJECT_BUILD
)
# Check if we are being built as part of a pybind11 module.
...
...
@@ -849,6 +849,11 @@ if (NOT TARGET dlib)
install
(
FILES
"
${
CMAKE_CURRENT_BINARY_DIR
}
/dlib-1.pc"
DESTINATION
"
${
CMAKE_INSTALL_LIBDIR
}
/pkgconfig"
)
# Add a cpack "package" target. This will create an archive containing
# the built library file, the header files, and cmake and pkgconfig
# configuration files.
include
(
CPack
)
endif
()
endif
()
...
...
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