#cmake_minimum_required(VERSION 2.4) #if(COMMAND cmake_policy) # UNCOMMENT the 3 lines 'cmake_policy(... # If you are using cmake 2.6 # We can test it automatically, no JP ? #cmake_policy(SET CMP0000 OLD) #cmake_policy(SET CMP0005 NEW) #cmake_policy(SET CMP0003 NEW) # endif(COMMAND cmake_policy) #----------------------------------------------------------------------------- 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) #-----------------------------------------------------------------------------