ofxFaceTracker2
ofxFaceTracker2 copied to clipboard
adds windows static libraries for dlib19.7
here you go! :)
i've added the static libs for debug and release this time.
i saw there's even 19.8 out, but I haven't checked whether that release has any more great features.. let me know if you need the libs for that version, too.
🌜 🌛
This libs work nice with VS2017 debug mode. But it should follow oF's standard folder structure like below.
- ofxFaceTracker2
- libs
- dlib
- lib
- vs
- x64
- Debug
- Release
- x64
- Win32
- Debug
- Release
- vs
- lib
- dlib
- libs
See ofxOpenCV on your machine.
Also need to remove this line from addon_config.mk Since it hardcode Release.
https://github.com/HalfdanJ/ofxFaceTracker2/blob/4319ac7ab67decf412fe3e82da032d21503ee323/addon_config.mk#L94
Even without ADDON_LIBS parameter, if we follow folder structure above, PG is able to find Debug/Release libs automatically.