gnucash master: Update cmake build system with recent file additions.

Christian Stimming cstim at code.gnucash.org
Sun Jan 4 03:34:45 EST 2015


Updated	 via  https://github.com/Gnucash/gnucash/commit/39b4034e (commit)
	from  https://github.com/Gnucash/gnucash/commit/ca75bd9a (commit)



commit 39b4034e8393933ceb0df3d63adb37e57f326a50
Author: Christian Stimming <christian at cstimming.de>
Date:   Sat Jan 3 22:11:07 2015 +0100

    Update cmake build system with recent file additions.

diff --git a/src/libqof/CMakeLists.txt b/src/libqof/CMakeLists.txt
index 9e4b50b..590bb5e 100644
--- a/src/libqof/CMakeLists.txt
+++ b/src/libqof/CMakeLists.txt
@@ -11,7 +11,9 @@ INCLUDE_DIRECTORIES (${CMAKE_SOURCE_DIR}/src) # for platform.h
 
 SET (libgnc_qof_SOURCES
    qof/gnc-date.cpp
+   qof/gnc-int128.cpp
    qof/gnc-numeric.cpp
+   qof/gnc-rational.cpp
    qof/guid.cpp
    qof/kvp-util.cpp
    qof/kvp_frame.cpp



Summary of changes:
 src/libqof/CMakeLists.txt | 2 ++
 1 file changed, 2 insertions(+)



More information about the gnucash-changes mailing list