This website requires JavaScript.
Explore
Help
Sign In
OrgLion-ML
/
dlib
mirror of
https://github.com/davisking/dlib.git
Watch
1
Star
0
Fork
You've already forked dlib
0
Code
Issues
Releases
Wiki
Activity
c0b60faaf0
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
)