You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gnucash/data/CMakeLists.txt

12 lines
306 B

# CMakeLists.txt for data/
# The subdirectories
add_subdirectory (accounts)
add_subdirectory (checks)
add_subdirectory (pixmaps)
set_local_dist(data_DIST_local CMakeLists.txt ${data_EXTRA_DIST})
set(data_DIST ${data_DIST_local} ${accounts_DIST} ${checks_DIST}
${pixmaps_DIST} PARENT_SCOPE)