This website requires JavaScript.
Explore
Help
Sign In
NextCloud
/
dlib
Watch
1
Star
0
Fork
0
You've already forked dlib
mirror of
https://github.com/davisking/dlib.git
synced
2024-11-01 10:14:53 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4737009c11
dlib
/
CMakeLists.txt
3 lines
62 B
CMake
Raw
Normal View
History
Unescape
Escape
Move new CMake code to better position
2017-02-28 01:22:50 +08:00
cmake_minimum_required
(
VERSION
2.8.12
)
Support building dlib from a top-level CMakeLists file This follows convention which simplifies using dlib as a CMake ExternalProject.
2016-02-26 01:51:13 +08:00
add_subdirectory
(
dlib
)
Reference in New Issue
Copy Permalink