gnucash/data/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

12 lines
306 B
CMake

# 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)