opencv - Netbeans 8.0.2 C++ Version has no Linker Options -
i've got strange little problem netbeans ide. i'm trying compile assignment class , have configured far according guide: http://eyalarubas.com/opencv-installation-on-windows-netbeans-mingw.html
my problem is, cannot find 'linker' field in project properties. either i'm blind or version broken somehow. has experienced problem before , can me?
my problem is, cannot find 'linker' field in project properties.
[...]
i've created project existing sources (a cmakelists.txt , basic src.cpp given)
this normal behaviour. since using cmake, settings according compiler, linker etc done through cmake.
if want add libraries, done through cmake itself.
Comments
Post a Comment