04 2020 档案

摘要:Before diving into the code, here is the folders structure. ├── CMakeLists.txt [ Top most ]├── subbinary│ ├── CMakeLists.txt [ subbinary ]│ └── main.c 阅读全文
posted @ 2020-04-26 11:50 路边的十元钱硬币 阅读(388) 评论(0) 推荐(0) 编辑
摘要:cmake_minimum_required(VERSION 3.5) # Set the project name project (third_party_include) # testing code find_package(OpenCV) message("OpenCV_INCLUDE_D 阅读全文
posted @ 2020-04-26 11:24 路边的十元钱硬币 阅读(397) 评论(0) 推荐(0) 编辑
摘要:# Set the minimum version of CMake that can be used # To find the cmake version run # $ cmake --version cmake_minimum_required(VERSION 3.5) # Set a de 阅读全文
posted @ 2020-04-25 21:01 路边的十元钱硬币 阅读(425) 评论(0) 推荐(0) 编辑
摘要:cmake_minimum_required(VERSION 3.5) project(cmake_examples_install) ############################################################ # Create a library ## 阅读全文
posted @ 2020-04-25 16:30 路边的十元钱硬币 阅读(186) 评论(0) 推荐(0) 编辑
摘要:cmake_minimum_required(VERSION 3.5) project(hello_library) ############################################################ # Create a library ########### 阅读全文
posted @ 2020-04-25 15:58 路边的十元钱硬币 阅读(372) 评论(0) 推荐(0) 编辑
摘要:cmake_minimum_required(VERSION 3.5) project(hello_library) ############################################################ # Create a library ########### 阅读全文
posted @ 2020-04-25 15:44 路边的十元钱硬币 阅读(192) 评论(0) 推荐(0) 编辑
摘要:# Set the minimum version of CMake that can be used # To find the cmake version run # $ cmake --version cmake_minimum_required(VERSION 3.5) # Set the 阅读全文
posted @ 2020-04-25 12:07 路边的十元钱硬币 阅读(222) 评论(0) 推荐(0) 编辑
摘要:# Set the minimum version of CMake that can be used # To find the cmake version run # $ cmake --version cmake_minimum_required(VERSION 3.5) # Set the 阅读全文
posted @ 2020-04-25 11:26 路边的十元钱硬币 阅读(160) 评论(0) 推荐(0) 编辑
摘要:Hi all, I want to recommend you an owesome learning material for CMake. https://github.com/bast/cmake-example 阅读全文
posted @ 2020-04-25 10:44 路边的十元钱硬币 阅读(178) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示