CMakeLists.txt

changeset 514
6884d00dd16c
parent 506
ea07f6c97a69
child 515
73501316e300
equal deleted inserted replaced
513:74835ade981e 514:6884d00dd16c
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 4 ) 11 SET( bmsapp_VERSION_MINOR 4 )
12 SET( bmsapp_VERSION_PATCH 1 ) 12 SET( bmsapp_VERSION_PATCH 2 )
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