Ask Your Question
0

Is anyone using CLion IDE? Are there any guides for CLion with Opencv?

asked 2015-03-01 00:29:45 -0600

Jdban gravatar image

Is anyone using CLion IDE? Are there any guides for CLion with Opencv?

I'm currently developing in windows using C++. Are there any CLion guides?

edit retag flag offensive close merge delete

Comments

Did you ever figure this out? I'm still trying to get them to play well together and CLion just isnt finding OpenCV with cygwin. Did you ever figure this out?

esdanol gravatar imageesdanol ( 2015-06-06 19:45:52 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
0

answered 2020-01-28 08:17:43 -0600

h22 gravatar image

Add find_package(OpenCV 4.1.0 REQUIRED ) (or other version) to your CMakeLists.txt and it will be ready for you. Do not forget to name the libraries to link in the target descriptions (opencv_core, opencv_imgproc and others).

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2015-03-01 00:29:11 -0600

Seen: 2,706 times

Last updated: Jan 28 '20