Ask Your Question
0

how to compile 3.2 and merge all output library files into one ? [closed]

asked 2017-06-14 04:03:09 -0600

Hi, how to compile 3.2 (with cmake & vs2015) and merge all output library files into one ? just like built the library file named 'opencv_world320d.lib'

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by tigera15
close date 2017-06-14 21:38:34.028496

1 answer

Sort by ยป oldest newest most voted
3

answered 2017-06-14 04:11:46 -0600

berak gravatar image

if you're not using the modules from opencv_contrib , you can simply set cmake -DBUILD_opencv_world=ON , and it will build a single opencv_world320(d).lib

unfortunately, this is not possible with the opencv_contrib modules.

edit flag offensive delete link more

Comments

Great , it worked ! Thanks.

tigera15 gravatar imagetigera15 ( 2017-06-14 21:16:09 -0600 )edit

Question Tools

2 followers

Stats

Asked: 2017-06-14 04:03:09 -0600

Seen: 697 times

Last updated: Jun 14 '17