wxhelper/CMakeLists.txt

7 lines
96 B
CMake
Raw Permalink Normal View History

2023-10-17 20:53:57 +08:00
cmake_minimum_required(VERSION 3.10...3.27)
project(app VERSION 1.0.0)
2023-06-26 18:23:47 +08:00
2023-10-17 20:53:57 +08:00
add_subdirectory(app)
2023-06-26 18:23:47 +08:00