mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-25 02:10:36 -06:00
f943ba61ae
'lib' is also being used by the cmake build, so there was a theoretical risk for file conflicts. The new name is 'borrowed'.
6 lines
204 B
CMake
6 lines
204 B
CMake
ADD_SUBDIRECTORY(libc)
|
|
ADD_SUBDIRECTORY(goffice)
|
|
|
|
SET_LOCAL_DIST(borrowed_DIST_local CMakeLists.txt Makefile.am README)
|
|
SET(borrowed_DIST ${borrowed_DIST_local} ${libc_DIST} ${goffice_DIST} PARENT_SCOPE)
|