FluentUI/example/res/template/CMakeLists.txt.in

9 lines
229 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-13 19:14:56 +08:00
add_subdirectory(src)