摘要:
# 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 阅读全文
摘要:
cmake_minimum_required(VERSION 3.5) project(cmake_examples_install) ############################################################ # Create a library ## 阅读全文
摘要:
cmake_minimum_required(VERSION 3.5) project(hello_library) ############################################################ # Create a library ########### 阅读全文
摘要:
cmake_minimum_required(VERSION 3.5) project(hello_library) ############################################################ # Create a library ########### 阅读全文
摘要:
# 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 阅读全文
摘要:
# 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 阅读全文
摘要:
Hi all, I want to recommend you an owesome learning material for CMake. https://github.com/bast/cmake-example 阅读全文