Created
February 24, 2018 13:28
-
-
Save AaronFlower/8119710eb9ef486cd9cae36316e2ad40 to your computer and use it in GitHub Desktop.
CMakeLists.txt Simple Demo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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