mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-21 16:38:06 -06:00
a9f35ed7ae
A huge bikeshed fest but it distracted me enough to do it anyway.
12 lines
306 B
CMake
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)
|