calamares/src/CMakeLists.txt
Adriaan de Groot f60ac5e101 [modules] The modules can include libcalamares and libcalamaresui
- Remove (heavy-handed) top-level include_directories, in favor
   of more focused ones; this helps to make sure that the dependencies
   ordering is correct.
2019-05-07 07:48:40 -04:00

22 lines
405 B
CMake

include( CalamaresAddPlugin )
include( CalamaresAddModuleSubdirectory )
include( CalamaresAddLibrary )
include( CalamaresAddBrandingSubdirectory )
# 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 )