mirror of https://github.com/cutefishos/calamares
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
433 B
CMake
23 lines
433 B
CMake
include( CalamaresAddPlugin )
|
|
include( CalamaresAddModuleSubdirectory )
|
|
include( CalamaresAddLibrary )
|
|
include( CalamaresAddBrandingSubdirectory )
|
|
include( CalamaresAddTest )
|
|
|
|
# library
|
|
add_subdirectory( libcalamares )
|
|
|
|
add_subdirectory( libcalamaresui )
|
|
|
|
# all things qml
|
|
add_subdirectory( qml )
|
|
|
|
# application
|
|
add_subdirectory( calamares )
|
|
|
|
# plugins
|
|
add_subdirectory( modules )
|
|
|
|
# branding components
|
|
add_subdirectory( branding )
|