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