#----------------------------------------------------------------------------- # bbtk library SUBDIRS(src) #----------------------------------------------------------------------------- #----------------------------------------------------------------------------- # Documentation SUBDIRS(doc) #----------------------------------------------------------------------------- #----------------------------------------------------------------------------- # Applications (bbi, bbfy...) 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) #-----------------------------------------------------------------------------