We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b91019e commit 4de5309Copy full SHA for 4de5309
highgui/CMakeLists.txt
@@ -2,6 +2,7 @@ set(the_description "High-level GUI")
2
ocv_add_module(highgui opencv_imgproc)
3
4
set(highgui_srcs
5
+ ${CMAKE_CURRENT_LIST_DIR}/src/exif.cpp
6
${CMAKE_CURRENT_LIST_DIR}/src/highgui.cpp
7
)
8
0 commit comments