#CMake OpenCV Build Matters

1 messages · Page 1 of 1 (latest)

opaque crest
#

I made a big project using cmake with opencv library.
But I have to build this to single execution file.
So that I added this line
option(BUILD_SHARED_LIBS "Build using shared libraries" OFF)
to CMakeLists.txt. But it still requires opencv dll files.
If you have experience about it, please help me...

languid otterBOT
#

When your question is answered use !solved to mark the question as resolved.

Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question use !howto ask.

wooden imp
#

that same branch will work fine for this. i'm pretty sure it should statically link everything as-is