gnucash/libgnucash/gnc-module/example/CMakeLists.txt
Geert Janssens a9f35ed7ae Lowercase cmake commands
A huge bikeshed fest but it distracted me enough to do it anyway.
2018-05-03 23:18:15 +02:00

8 lines
343 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 ${example_SOURCES} ${example_noinst_HEADERS})
set(example_DIST ${example_DIST_local} ${example_glade_DIST} ${example_ui_DIST} PARENT_SCOPE)