mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2024-11-23 11:17:15 +08:00
5 lines
132 B
CMake
5 lines
132 B
CMake
cmake_minimum_required(VERSION 3.16)
|
|
project(FluentUI VERSION 0.1 LANGUAGES CXX)
|
|
add_subdirectory(src)
|
|
add_subdirectory(example)
|