摘要: To build OpenCV as static library you need to setBUILD_SHARED_LIBSflag to false/off:cmake -DBUILD_SHARED_LIBS=OFF ..reference:http://stackoverflow.com/questions/7583172/opencv-as-a-static-library-cmake-options 阅读全文
posted @ 2014-03-04 09:14 foo__hack 阅读(2585) 评论(0) 推荐(0)