The right way to link to nnpack
Created by: wangkuiyi
In our root CMakeLists.txt file, we have
It uses the special variable EXTERNAL_LIBS.
@hedaoyuan I am wondering why glog and gflags and many other third-party libraries don't need to be added to EXTERNAL_LIBS, but nnpack has to be?
Could @gangliao have a look at this issue as well? Thanks!