1
0
mirror of https://github.com/zhuzichu520/FluentUI.git synced 2025-03-11 06:17:30 +08:00

10 lines
230 B
CMake
Raw Normal View History

2024-03-11 00:02:11 +08:00
cmake_minimum_required(VERSION 3.20)
2024-03-13 19:14:56 +08:00
project(%1 VERSION 1.0)
2024-03-11 00:02:11 +08:00
2024-03-13 19:14:56 +08:00
find_package(QT NAMES Qt6 Qt5 REQUIRED COMPONENTS Core)
find_package(Qt${QT_VERSION_MAJOR} REQUIRED COMPONENTS Core)
2024-03-11 00:02:11 +08:00
add_subdirectory(FluentUI)
2024-03-18 17:13:20 +08:00
add_subdirectory(src)