I have a C++ project in Eclipse CDT which uses some functions from OpevCV and it compiles into an executable and works fine. Now I want to have a new C++ project which uses some
I personally like CMake to specify my build options. CMake projects can also be imported into Eclipse CDT. CMake allows you to generate make file projects on linux, but also VS projects on windows. The OpenCV website also gives an example on how to use it with CMake.