在文件 CMakeLists.txt添加下面一条语句 add_definitions("-Wall -g")
在文件 CMakeLists.txt添加下面一条语句 add_definitions("-Wall -g")
sudo make install 之所以要对cmake 进行配置,是由于在后面使用 cv::imshow的时候有报错: chasing@chasing:~/opencv_learn/build$ ./Opencv_first 1200 674 terminate called after throwing an instance of'cv::Exception'what(): OpenCV(4.3.0) /home/chasing/opencv-4.3.0/modules/highgui/src/window.cpp:65...
2019-12-02 15:09 −cmake 是支持多种编译方式的工具,产生多种编译工具可以使用的编译文件,例如常用的gdb。 但是对于clang 编译工具,还需要一个compile_commands.json 这个文件是由cmake 产生的,内容类似 ``` [ { "directory": "/home/user/dev... ...