#----------------------------------------------------------------------------- # bbtk library SUBDIRS(src) #----------------------------------------------------------------------------- #----------------------------------------------------------------------------- # Documentation SUBDIRS(doc) #----------------------------------------------------------------------------- #----------------------------------------------------------------------------- # Applications (bbi, bbfy...) OPTION(BUILD_APPLICATIONS "Build Applications (bbi, bbfy, ...)" ON) IF(BUILD_APPLICATIONS) SUBDIRS(appli) ENDIF(BUILD_APPLICATIONS) #----------------------------------------------------------------------------- #----------------------------------------------------------------------------- # Recurse into cmake folder to install files SUBDIRS(cmake) #----------------------------------------------------------------------------- #----------------------------------------------------------------------------- # System-specific installation tools SUBDIRS(install) #----------------------------------------------------------------------------- #----------------------------------------------------------------------------- SUBDIRS(data) #-----------------------------------------------------------------------------