opencv/modules/optim/CMakeLists.txt
Alex Leontiev f41b8b90ff Blank module and first draft of solver API.
At this point we have a skeleton of a new module (optim) which can
barely compile properly (unlike previous commit). Besides, there is a
first draft of solver and lpsolver (linear optimization solver) in this
commit.
2013-06-20 14:54:09 +03:00

4 lines
115 B
CMake

set(the_description "Generic optimization")
ocv_define_module(optim opencv_imgproc)
#ocv_define_module(optim core)