]> Creatis software - bbtk.git/blob - kernel/CMakeLists.txt
*** empty log message ***
[bbtk.git] / kernel / CMakeLists.txt
1
2 #-----------------------------------------------------------------------------
3 # bbtk library 
4 SUBDIRS(src)
5 #-----------------------------------------------------------------------------
6
7 #-----------------------------------------------------------------------------
8 # Documentation
9 SUBDIRS(doc)
10 #-----------------------------------------------------------------------------
11
12 #-----------------------------------------------------------------------------
13 # Applications (bbi, bbfy...)
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 #-----------------------------------------------------------------------------