mirror of
https://github.com/ttttupup/wxhelper.git
synced 2025-08-02 22:07:35 +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)
|
|
|