CMakeLists.txt

changeset 463
98df69885455
parent 454
2dfead81c72f
child 470
1eeaa281b62e
equal deleted inserted replaced
462:1654ff5446c7 463:98df69885455
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 3 ) 12 SET( bmsapp_VERSION_PATCH 4 )
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