mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
bi-import and customer-import have been put with the other importers example is moved to gnc-module as, well, an example
8 lines
355 B
CMake
8 lines
355 B
CMake
ADD_SUBDIRECTORY(glade)
|
|
ADD_SUBDIRECTORY(ui)
|
|
|
|
SET(example_SOURCES gnc-plugin.example.c gncmod-example.c)
|
|
SET(example_noinst_HEADERS gnc-plugin.example.h)
|
|
|
|
SET_LOCAL_DIST(example_DIST_local CMakeLists.txt Makefile.am ${example_SOURCES} ${example_noinst_HEADERS})
|
|
SET(example_DIST ${example_DIST_local} ${example_glade_DIST} ${example_ui_DIST} PARENT_SCOPE) |