Logo
Explore Help
Sign In
IntenseFinance/gnucash
3
0
Fork 0
You've already forked gnucash
mirror of https://github.com/Gnucash/gnucash.git synced 2025-02-25 18:55:30 -06:00
Code Issues Packages Projects Releases Wiki Activity
Files
5e84f118ddfe53452e2f1088ee4d5aea618b0aa6
gnucash/data/CMakeLists.txt

12 lines
306 B
CMake
Raw Normal View History

Move accounts, checks and pixmaps into a data directory At the same time move the art directory into contrib to unclutter the top level
2017-08-11 22:14:31 +02:00
# CMakeLists.txt for data/
# The subdirectories
Lowercase cmake commands A huge bikeshed fest but it distracted me enough to do it anyway.
2018-05-03 23:18:15 +02:00
add_subdirectory (accounts)
add_subdirectory (checks)
add_subdirectory (pixmaps)
Move accounts, checks and pixmaps into a data directory At the same time move the art directory into contrib to unclutter the top level
2017-08-11 22:14:31 +02:00
Lowercase cmake commands A huge bikeshed fest but it distracted me enough to do it anyway.
2018-05-03 23:18:15 +02:00
set_local_dist(data_DIST_local CMakeLists.txt ${data_EXTRA_DIST})
Move accounts, checks and pixmaps into a data directory At the same time move the art directory into contrib to unclutter the top level
2017-08-11 22:14:31 +02:00
Lowercase cmake commands A huge bikeshed fest but it distracted me enough to do it anyway.
2018-05-03 23:18:15 +02:00
set(data_DIST ${data_DIST_local} ${accounts_DIST} ${checks_DIST}
Move accounts, checks and pixmaps into a data directory At the same time move the art directory into contrib to unclutter the top level
2017-08-11 22:14:31 +02:00
${pixmaps_DIST} PARENT_SCOPE)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 53ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API