]> Creatis software - bbtk.git/blob - kernel/CMakeLists.txt
Added cmake option BUILD_BBS_APPLI_BINARIES which allows to compile package appli...
[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 IF(BUILD_APPLICATIONS)
14    SUBDIRS(appli)
15 ENDIF(BUILD_APPLICATIONS)
16 #-----------------------------------------------------------------------------
17
18 #-----------------------------------------------------------------------------
19 # Recurse into cmake folder to install files
20 SUBDIRS(cmake)
21 #-----------------------------------------------------------------------------
22
23
24 #-----------------------------------------------------------------------------
25 # System-specific installation tools
26 SUBDIRS(install)
27 #-----------------------------------------------------------------------------
28
29 #-----------------------------------------------------------------------------
30 SUBDIRS(data)
31 #-----------------------------------------------------------------------------