CMakeLists.txt

changeset 470
1eeaa281b62e
parent 463
98df69885455
child 477
27e179759bf2
equal deleted inserted replaced
469:a022701d47f5 470:1eeaa281b62e
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 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 17

mercurial