dlib/python_examples/compile_dlib_python_module.bat

6 lines
102 B
Batchfile
Executable File

mkdir build
cd build
cmake ../../tools/python
cmake --build . --config Release --target install
cd ..