#----------------------------------------------------------------------------- PROJECT(BBTK) #----------------------------------------------------------------------------- #----------------------------------------------------------------------------- # Set global configuration of the toolkit INCLUDE(kernel/cmake/BBTKRootCMakeLists.cmake) #----------------------------------------------------------------------------- #----------------------------------------------------------------------------- # The toolkit kernel (bbtk lib; appli : bbi, bbfy; docs; ...) SUBDIRS(kernel) #----------------------------------------------------------------------------- #----------------------------------------------------------------------------- # The "core" packages SUBDIRS(packages) #-----------------------------------------------------------------------------