gnucash/libgnucash/CMakeLists.txt
Geert Janssens e8e179fd8f Drop remainder of files in libgnucash/doc
Relevant diagrams have been added in the wiki as png files.
The html files with financial calculations are copyrighted
by someone outside of the gnucash project. I'd rather not
add that info to the wiki. Similar information should be
easy to find on the internet.
2024-05-23 15:10:05 +02:00

19 lines
572 B
CMake

# CMakeLists.txt for libgnucash/
# The subdirectories
add_subdirectory (app-utils)
add_subdirectory (backend)
add_subdirectory (core-utils)
add_subdirectory (engine)
add_subdirectory (gnc-module)
add_subdirectory (quotes)
add_subdirectory (tax)
add_definitions (-DHAVE_CONFIG_H)
set_local_dist(libgnucash_DIST_local CMakeLists.txt ${libgnucash_EXTRA_DIST})
set(libgnucash_DIST ${libgnucash_DIST_local} ${app_utils_DIST} ${backend_DIST}
${core_utils_DIST} ${doc_DIST} ${engine_DIST} ${gnc_module_DIST}
${quotes_DIST} ${tax_DIST} PARENT_SCOPE)