Add CMakeLists.txt.

master
fengqiangguo 2023-08-06 10:30:00 +08:00
parent 127475c2c6
commit b16f9f73f0
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
cmake_minimum_required(VERSION 3.10)
project(Example)
add_executable(app main.cpp)