mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-25 10:20:18 -06:00
Fix cmake build after latest configure changes.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20224 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
7cb436e08d
commit
d0b8c4296e
@ -14,6 +14,7 @@ SET (CUTECASH_VERSION_PATCH "0")
|
||||
# Change this in development versions when changing anything that
|
||||
# affects stored data structures. Reset to zero when bumping version.
|
||||
SET (CUTECASH_VERSION_NANO "0")
|
||||
SET (GNUCASH_RESAVE_VERSION "19920")
|
||||
|
||||
# Extra cmake macros
|
||||
SET (CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/src/cmake_modules;${CMAKE_MODULE_PATH}")
|
||||
|
@ -5,6 +5,7 @@
|
||||
#define GNUCASH_MICRO_VERSION @CUTECASH_VERSION_MINOR@
|
||||
#define GNUCASH_MINOR_VERSION @CUTECASH_VERSION_PATCH@
|
||||
#define GNUCASH_NANO_VERSION @CUTECASH_VERSION_NANO@
|
||||
#define GNUCASH_RESAVE_VERSION @GNUCASH_RESAVE_VERSION@
|
||||
#define VERSION "@CUTECASH_VERSION_MAJOR@.@CUTECASH_VERSION_MINOR@.@CUTECASH_VERSION_PATCH@"
|
||||
|
||||
/* Definitions for all OS */
|
||||
|
@ -25,6 +25,7 @@ SET (libgnc_core_utils_SOURCES
|
||||
gnc-gkeyfile-utils.c
|
||||
gnc-glib-utils.c
|
||||
gnc-jalali.c
|
||||
gnc-locale-utils.c
|
||||
gnc-main.c
|
||||
gnc-path.c
|
||||
gnc-uri-utils.c
|
||||
@ -64,6 +65,7 @@ SET (libgnc_core_utils_HEADERS
|
||||
gnc-gkeyfile-utils.h
|
||||
gnc-glib-utils.h
|
||||
gnc-jalali.h
|
||||
gnc-locale-utils.h
|
||||
gnc-main.h
|
||||
gnc-path.h
|
||||
gnc-uri-utils.h
|
||||
|
Loading…
Reference in New Issue
Block a user