Commit f8ed7170 authored by junjie's avatar junjie

update

parent aec8a224
cmake_minimum_required(VERSION 2.6)
cmake_minimum_required(VERSION 2.8)
project(keypoint)
SET(LIBRARY_OUTPUT_PATH ${PROJECT_BINARY_DIR})
# error code
......@@ -9,7 +11,7 @@ set(ERRCODE_INCLUDE /home/uboo/project/uboo/face_detect/include)
# dlib
set(DLIB_INCLUDE /home/uboo/project/uboo/face_detect/3rdparty/dlib19.12/include/ )
#set(DLIB_LIBPATH /root/usr/junjie/dlib-19.12/build/dlib )
#set(-DCMAKE_CXX_COMPILER=/usr/bin/c++ )
#for dlib static library
add_library(dlib STATIC IMPORTED)
......
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