"docs/vscode:/vscode.git/clone" did not exist on "ce144d6dd05c4c588d9f2970301ace70eee16d5d"
CMakeLists.txt 214 Bytes
Newer Older
1
2
3
4
5
6
7
8
9

CMAKE_MINIMUM_REQUIRED(VERSION 2.6)

include(../../dlib/add_python_module)

add_python_module(dlib 
   src/dlib.cpp 
   src/matrix.cpp 
   src/vector.cpp
10
11
12
   src/svm_c_trainer.cpp
   src/decision_funcions.cpp
   )