mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-25 11:25:48 -05:00
22 lines
433 B
CMake
22 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 )
|