Add dialog-imap-editor to CMakeLists.txt.

This commit is contained in:
John Ralls 2016-01-12 14:37:58 -08:00
parent 085c56d8df
commit 18011a6486
2 changed files with 12 additions and 10 deletions

View File

@ -440,17 +440,17 @@ IF (GNC_BUILD_AS_INSTALL)
ENDIF()
# Install DOC files from top level directory
FILE(WRITE COPYING
"This is a placeholder for the COPYING file as generated by automake.
If and when CMake becomes the default build system, we will need to
put COPYING under version control."
)
#FILE(WRITE COPYING
#"This is a placeholder for the COPYING file as generated by automake.
#If and when CMake becomes the default build system, we will need to
#put COPYING under version control."
#)
FILE(WRITE INSTALL
"This is a placeholder for the INSTALL file as generated by automake.
If and when CMake becomes the default build system, we will need to
put INSTALL under version control."
)
#FILE(WRITE INSTALL
#"This is a placeholder for the INSTALL file as generated by automake.
#If and when CMake becomes the default build system, we will need to
#put INSTALL under version control."
#)
SET(gnucash_DOCS
AUTHORS

View File

@ -11,6 +11,7 @@ SET (gnc_gnome_noinst_HEADERS
dialog-fincalc.h
dialog-find-transactions.h
dialog-find-transactions2.h
dialog-imap-editor.h
dialog-lot-viewer.h
dialog-new-user.h
dialog-print-check.h
@ -53,6 +54,7 @@ SET (gnc_gnome_SOURCES
dialog-fincalc.c
dialog-find-transactions.c
dialog-find-transactions2.c
dialog-imap-editor.c
dialog-lot-viewer.c
dialog-new-user.c
dialog-price-editor.c