摘要:
Before diving into the code, here is the folders structure. ├── CMakeLists.txt [ Top most ]├── subbinary│ ├── CMakeLists.txt [ subbinary ]│ └── main.c 阅读全文
摘要:
cmake_minimum_required(VERSION 3.5) # Set the project name project (third_party_include) # testing code find_package(OpenCV) message("OpenCV_INCLUDE_D 阅读全文