CMakeLists.txt

changeset 479
28f0e43e9f08
parent 477
27e179759bf2
child 480
94b3def5d778
equal deleted inserted replaced
478:a3653722b0d6 479:28f0e43e9f08
6 SET(bmsapp_EXECUTABLE "bmsapp") 6 SET(bmsapp_EXECUTABLE "bmsapp")
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 4 )
12 SET( bmsapp_VERSION_PATCH 6 ) 12 SET( bmsapp_VERSION_PATCH 0 )
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