1
0
mirror of https://github.com/zhuzichu520/FluentUI.git synced 2025-03-10 22:07:30 +08:00
FluentUI/CMakeLists.txt
2023-05-22 16:17:51 +08:00

8 lines
165 B
CMake

cmake_minimum_required(VERSION 3.16)
project(FluentUI VERSION 0.1 LANGUAGES CXX)
add_subdirectory(src)
add_subdirectory(example)
add_subdirectory(framelesshelper)