mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-30 20:54:08 -06:00
14 lines
229 B
CMake
14 lines
229 B
CMake
|
|
|
|
SET(gnumeric_SCHEME gnumeric-utilities.scm table-utils.scm)
|
|
|
|
|
|
GNC_ADD_SCHEME_TARGETS(scm-gnumeric
|
|
"${gnumeric_SCHEME}"
|
|
gnumeric
|
|
""
|
|
FALSE
|
|
)
|
|
|
|
SET_DIST_LIST(scm_gnumeric_DIST CMakeLists.txt Makefile.am ${gnumeric_SCHEME})
|