]> Creatis software - bbtk.git/blob - CMakeLists.txt
*** empty log message ***
[bbtk.git] / CMakeLists.txt
1 #cmake_minimum_required(VERSION 2.4)
2 #if(COMMAND cmake_policy)
3   # UNCOMMENT the 3 lines 'cmake_policy(...
4   # If you are using cmake 2.6 
5   # We can test it automatically, no JP ?
6   #cmake_policy(SET CMP0000 OLD)
7   #cmake_policy(SET CMP0005 NEW)
8   #cmake_policy(SET CMP0003 NEW)
9  #   endif(COMMAND cmake_policy)
10
11 #-----------------------------------------------------------------------------
12 PROJECT(bbtk) 
13 #-----------------------------------------------------------------------------
14
15
16 #-----------------------------------------------------------------------------
17 # Set global configuration of the toolkit
18 INCLUDE(kernel/cmake/BBTKRootCMakeLists.cmake)
19 #-----------------------------------------------------------------------------
20
21 #-----------------------------------------------------------------------------
22 # The toolkit kernel (bbtk lib; appli : bbi, bbfy; docs; ...)
23 SUBDIRS(kernel)
24 #-----------------------------------------------------------------------------
25
26 #-----------------------------------------------------------------------------
27 # The "core" packages 
28 SUBDIRS(packages)
29 #-----------------------------------------------------------------------------
30