mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2024-11-15 21:25:44 +08:00
c53be0e97d
* Modernised CMake build files and CI configs Fixed include formats * Fixed build errors and warnings * Fixes to allow CMake find_package
5 lines
180 B
CMake
5 lines
180 B
CMake
cmake_minimum_required(VERSION 3.5)
|
|
project(QtADSExamples LANGUAGES CXX VERSION ${VERSION_SHORT})
|
|
add_subdirectory(simple)
|
|
add_subdirectory(sidebar)
|
|
add_subdirectory(deleteonclose) |