2017-07-05 16:37:49 +02:00
|
|
|
include( CalamaresAddPlugin )
|
|
|
|
include( CalamaresAddModuleSubdirectory )
|
|
|
|
include( CalamaresAddLibrary )
|
|
|
|
include( CalamaresAddBrandingSubdirectory )
|
2014-06-11 13:37:10 +02:00
|
|
|
|
2017-09-18 12:32:37 +02:00
|
|
|
include_directories(
|
|
|
|
${CMAKE_CURRENT_LIST_DIR}
|
|
|
|
${CMAKE_CURRENT_LIST_DIR}/libcalamares
|
|
|
|
${CMAKE_CURRENT_LIST_DIR}/libcalamaresui
|
|
|
|
${CMAKE_CURRENT_BINARY_DIR}
|
|
|
|
${CMAKE_CURRENT_BINARY_DIR}/libcalamares
|
|
|
|
${CMAKE_CURRENT_BINARY_DIR}/libcalamaresui
|
|
|
|
)
|
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 )
|