FluentUI/CMakeLists.txt

11 lines
279 B
CMake
Raw Normal View History

2023-06-08 23:19:38 +08:00
cmake_minimum_required(VERSION 3.20)
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-06-08 23:19:38 +08:00
add_definitions(-DFRAMELESSHELPER_CORE_NO_DEBUG_OUTPUT)
add_definitions(-DFRAMELESSHELPER_QUICK_NO_DEBUG_OUTPUT)
2023-05-17 12:49:41 +08:00
add_subdirectory(framelesshelper)