Skip to content

Instantly share code, notes, and snippets.

@AaronFlower
Created February 24, 2018 13:28
Show Gist options
  • Save AaronFlower/8119710eb9ef486cd9cae36316e2ad40 to your computer and use it in GitHub Desktop.
Save AaronFlower/8119710eb9ef486cd9cae36316e2ad40 to your computer and use it in GitHub Desktop.
CMakeLists.txt Simple Demo
# VERSION CMake 最低版本需求
cmake_minimum_required (VERSION 3.10)
# 项目信息
project (Demo01)
# 指定生成目标
add_executable(power main.c)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment