Skip to content

Commit

Permalink
Added version info to the 'about' dialog window [JIRA-ATT-9]
Browse files Browse the repository at this point in the history
  • Loading branch information
tmdarwen committed Nov 20, 2017
1 parent 3a71776 commit 53d1bb1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Source/CMakeLists.txt
@@ -1,5 +1,13 @@
cmake_minimum_required(VERSION 2.8.11)

if(VERSION_NUMBER)
add_definitions(-DVERSION_NUMBER=${VERSION_NUMBER})
endif(VERSION_NUMBER)

if(BUILD_NUMBER)
add_definitions(-DBUILD_NUMBER=${BUILD_NUMBER})
endif(BUILD_NUMBER)

project(AudioAnalysisTool)

# Find includes in corresponding build directories
Expand Down

0 comments on commit 53d1bb1

Please sign in to comment.