source:
calamares/trunk/fuentes/src/branding/CMakeLists.txt
@
7538
Last change on this file since 7538 was 7538, checked in by , 18 months ago | |
---|---|
File size: 326 bytes |
Rev | Line | |
---|---|---|
[7538] | 1 | file( GLOB SUBDIRECTORIES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "*" ) |
2 | foreach( SUBDIRECTORY ${SUBDIRECTORIES} ) | |
3 | set( _sd "${CMAKE_CURRENT_SOURCE_DIR}/${SUBDIRECTORY}" ) | |
4 | if( IS_DIRECTORY "${_sd}" AND EXISTS "${_sd}/branding.desc" ) | |
5 | calamares_add_branding_subdirectory( ${SUBDIRECTORY} ) | |
6 | endif() | |
7 | endforeach() |
Note: See TracBrowser
for help on using the repository browser.