CMakeLists.txt

changeset 172
b93f5e5afc67
parent 170
d25e41da6be2
child 173
8514932b61aa
equal deleted inserted replaced
171:6cd2d808d863 172:b93f5e5afc67
7 7
8 # ===== Set application version ===== 8 # ===== Set application version =====
9 9
10 SET( bmsapp_VERSION_MAJOR 0 ) 10 SET( bmsapp_VERSION_MAJOR 0 )
11 SET( bmsapp_VERSION_MINOR 1 ) 11 SET( bmsapp_VERSION_MINOR 1 )
12 SET( bmsapp_VERSION_PATCH 4 ) 12 SET( bmsapp_VERSION_PATCH 5 )
13 13
14 # Compile flags 14 # Compile flags
15 15
16 option(BUILD_DESIGNER_PLUGINS "If on, you will only build and install the designer plugins." OFF) 16 option(BUILD_DESIGNER_PLUGINS "If on, you will only build and install the designer plugins." OFF)
17 option(UPDATE_TRANSLATIONS "Enable rescanning sources to update .ts files" OFF) 17 option(UPDATE_TRANSLATIONS "Enable rescanning sources to update .ts files" OFF)

mercurial