2020-08-25 16:05:56 +02:00
|
|
|
# === This file is part of Calamares - <https://calamares.io> ===
|
2020-08-26 00:24:52 +02:00
|
|
|
#
|
|
|
|
# SPDX-FileCopyrightText: 2020 Adriaan de Groot <groot@kde.org>
|
|
|
|
# SPDX-License-Identifier: BSD-2-Clause
|
|
|
|
#
|
2022-02-08 16:18:47 +01:00
|
|
|
include(CalamaresAddBrandingSubdirectory)
|
|
|
|
include(CalamaresAddLibrary)
|
|
|
|
include(CalamaresAddModuleSubdirectory)
|
|
|
|
include(CalamaresAddPlugin)
|
|
|
|
include(CalamaresAddTest)
|
|
|
|
include(CalamaresAddTranslations)
|
2014-06-11 13:37:10 +02:00
|
|
|
|
2014-06-04 16:35:26 +02:00
|
|
|
# library
|
2022-02-08 16:18:47 +01:00
|
|
|
add_subdirectory(libcalamares)
|
|
|
|
add_subdirectory(libcalamaresui)
|
2014-06-04 16:35:26 +02:00
|
|
|
|
2015-01-23 20:24:12 +01:00
|
|
|
# all things qml
|
2022-02-08 16:18:47 +01:00
|
|
|
add_subdirectory(qml/calamares)
|
2015-01-23 20:24:12 +01:00
|
|
|
|
2014-06-04 16:35:26 +02:00
|
|
|
# application
|
2022-02-08 16:18:47 +01:00
|
|
|
add_subdirectory(calamares)
|
2014-06-11 13:37:10 +02:00
|
|
|
|
|
|
|
# plugins
|
2022-02-08 16:18:47 +01:00
|
|
|
add_subdirectory(modules)
|
2014-10-10 18:11:27 +02:00
|
|
|
|
|
|
|
# branding components
|
2022-02-08 16:18:47 +01:00
|
|
|
add_subdirectory(branding)
|