mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Add dialog-imap-editor to CMakeLists.txt.
This commit is contained in:
parent
085c56d8df
commit
18011a6486
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user