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
|
|
|
|
add_subdirectory( qml )
|
|
|
|
|
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 )
|