Files
gnucash/libgnucash/gnc-module/example/CMakeLists.txt
Geert Janssens 3e3eead3c5 Eliminate plugins directory
bi-import and customer-import have been put with the other importers
example is moved to gnc-module as, well, an example
2017-08-14 18:17:13 +02:00

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)