mirror of
https://github.com/ttttupup/wxhelper.git
synced 2024-11-05 09:59:23 +08:00
7 lines
96 B
CMake
7 lines
96 B
CMake
cmake_minimum_required(VERSION 3.10...3.27)
|
|
project(app VERSION 1.0.0)
|
|
|
|
|
|
add_subdirectory(app)
|
|
|