]> Creatis software - bbtk.git/blob - CMakeLists.txt
*** empty log message ***
[bbtk.git] / CMakeLists.txt
1 #-----------------------------------------------------------------------------
2 CMAKE_MINIMUM_REQUIRED(VERSION 2.4)
3 #-----------------------------------------------------------------------------
4
5 #-----------------------------------------------------------------------------
6 PROJECT(bbtk) 
7 #-----------------------------------------------------------------------------
8
9 #-----------------------------------------------------------------------------
10 # Set global configuration of the toolkit
11 INCLUDE(kernel/cmake/BBTKRootCMakeLists.cmake NO_POLICY_SCOPE )
12 #-----------------------------------------------------------------------------
13
14 #-----------------------------------------------------------------------------
15 # The toolkit kernel (bbtk lib; appli : bbi, bbfy; docs; ...)
16 SUBDIRS(kernel)
17 #-----------------------------------------------------------------------------
18
19 #-----------------------------------------------------------------------------
20 # The "core" packages 
21 SUBDIRS(packages)
22 #-----------------------------------------------------------------------------
23
24 #-----------------------------------------------------------------------------
25 # The samples
26 #OPTION(BUILD_BBTK_SAMPLES "Build bbtk samples" OFF)
27 #IF(BUILD_BBTK_SAMPLES)
28 #  SUBDIRS(samples)
29 #ENDIF(BUILD_BBTK_SAMPLES)
30 #-----------------------------------------------------------------------------
31