mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
9 lines
229 B
CMake
9 lines
229 B
CMake
|
|
if (WITH_OFX)
|
|
set(ofx_GSCHEMA org.gnucash.dialogs.import.ofx.gschema.xml)
|
|
|
|
add_gschema_targets("${ofx_GSCHEMA}")
|
|
endif (WITH_OFX)
|
|
|
|
set_dist_list(ofx_gschema_DIST CMakeLists.txt org.gnucash.dialogs.import.ofx.gschema.xml.in)
|