Some simple fleshing out of AboutDialog.

This commit is contained in:
Jim Evins
2016-12-31 00:38:18 -05:00
parent 9fced3fcb7
commit aa11fcc4e6
5 changed files with 101 additions and 42 deletions
+6
View File
@@ -6,6 +6,12 @@ cmake_minimum_required (VERSION 2.8.12)
project (app CXX)
#=======================================
# Auto-generate Version.h
#=======================================
configure_file (Version.h.in ${CMAKE_CURRENT_BINARY_DIR}/Version.h @ONLY)
#=======================================
# Sources
#=======================================