Hello guys !
Is there any way to generate lib and dll files (like OpenCV) for me to include in Visual Studio C++?
I've been trying to solve this for days !
After
cppan .. mkdir build && cd build
cmake .. -G "Visual Studio 14 2015 Win64"
also encountered encoding format problems , right after fixing it
there was another problem shows that missing '.cppan\storage\lib\c98ba788\Debug\pvt.cppan.demo.unicode.icu.i18n-61.1.0.lib'
but I checked .cppan\storage , I found folder \.cppan\storage\src\0b\29\775e\i18n that actually has its .cpp & .h files
And It doesn't generate some lib files that I need.
ANYONE or ANYWAY can help to solve this?