]> Creatis software - bbtk.git/blob - kernel/CMakeLists.txt
6c90131fd54ece36a8db030f0bdade73e41b4724
[bbtk.git] / kernel / CMakeLists.txt
1 #-----------------------------------------------------------------------------
2 # bbtk library 
3 SUBDIRS(src)
4 #-----------------------------------------------------------------------------
5
6 #-----------------------------------------------------------------------------
7 # Documentation
8 SUBDIRS(doc)
9 #-----------------------------------------------------------------------------
10
11 #-----------------------------------------------------------------------------
12 # Applications (bbi, bbfy...)
13 OPTION(BUILD_APPLICATIONS "Build Applications (bbi, bbfy, ...)" ON)
14 IF(BUILD_APPLICATIONS)
15    SUBDIRS(appli)
16 ENDIF(BUILD_APPLICATIONS)
17 #-----------------------------------------------------------------------------
18
19 #-----------------------------------------------------------------------------
20 # Recurse into cmake folder to install files
21 SUBDIRS(cmake)
22 #-----------------------------------------------------------------------------
23
24
25 #-----------------------------------------------------------------------------
26 # System-specific installation tools
27 SUBDIRS(install)
28 #-----------------------------------------------------------------------------
29
30 #-----------------------------------------------------------------------------
31 SUBDIRS(data)
32 #-----------------------------------------------------------------------------