19 lines
580 B
CMake
19 lines
580 B
CMake
# This file is part of KDDockWidgets.
|
|
#
|
|
# SPDX-FileCopyrightText: 2020 Klarälvdalens Datakonsult AB, a KDAB Group company <info@kdab.com>
|
|
# Author: Sergio Martins <sergio.martins@kdab.com>
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only
|
|
#
|
|
# Contact KDAB at <info@kdab.com> for commercial licensing options.
|
|
#
|
|
|
|
add_subdirectory(dockwidgets)
|
|
add_subdirectory(mdi)
|
|
add_subdirectory(customtitlebar)
|
|
add_subdirectory(customtabbar)
|
|
add_subdirectory(customseparator)
|
|
add_subdirectory(customplayground)
|
|
add_subdirectory(fixed_central_widget)
|
|
add_subdirectory(mdi_with_docking)
|