CMakeLists.txt

changeset 428
b6535c00de8e
parent 425
d3f439ba6fd8
child 441
a7151cbe50fb
equal deleted inserted replaced
427:1466eab37f53 428:b6535c00de8e
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 3 ) 11 SET( bmsapp_VERSION_MINOR 3 )
12 SET( bmsapp_VERSION_PATCH 0 ) 12 SET( bmsapp_VERSION_PATCH 1 )
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 17

mercurial