mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2024-11-23 03:10:10 +08:00
11 lines
279 B
CMake
11 lines
279 B
CMake
cmake_minimum_required(VERSION 3.20)
|
|
|
|
project(FluentUI VERSION 0.1 LANGUAGES CXX)
|
|
|
|
add_subdirectory(src)
|
|
add_subdirectory(example)
|
|
|
|
add_definitions(-DFRAMELESSHELPER_CORE_NO_DEBUG_OUTPUT)
|
|
add_definitions(-DFRAMELESSHELPER_QUICK_NO_DEBUG_OUTPUT)
|
|
add_subdirectory(framelesshelper)
|