FluentUI/CMakeLists.txt

8 lines
168 B
CMake
Raw Normal View History

2023-04-01 21:01:46 +08:00
cmake_minimum_required(VERSION 3.16)
2023-04-01 21:01:46 +08:00
project(FluentUI VERSION 0.1 LANGUAGES CXX)
2023-04-04 03:15:10 +08:00
2023-04-01 21:01:46 +08:00
add_subdirectory(src)
add_subdirectory(example)
2023-05-17 12:49:41 +08:00
add_subdirectory(framelesshelper)