cpuimage / MTCNN

MTCNN face detection implementation base on NCNN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

target_link_libraries(mtcnn ${CMAKE_BINARY_DIR}/ncnn/src/libncnn.a m) issue

kangzixiang opened this issue · comments

Dear Contributor
There are some issues, which i occur.
Issue 1: I have clone your this repo to local, and then use CMake to build a VS2013 project, it's all right,
but get "can't open libncnn.a library error", then i change the addition library path to fix this problem.
Issue 2: after fix issue , i get "can't open m.lib" so i remove this addition lib from my vs.
Issue 3: after fix all, i get some linked error. i copy the ncnn.lib from ncnn project output folder to this project, and then linked this lib to this project.
after those steps i build this repo to my PC, win7 VS2013.
so maybe this CMakeList have to make some improve.
Thanks very much your contribution!

Sorry, windows envorment not need libncnn.a library. so i close this issue.