mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-25 02:10:36 -06:00
54a5097c60
We only used strfmon in one source file to generate three fixed format strings. Instead of updating to a newer strfmon in borrowed I have chosen to reimplement the string formatters for these strings in C++. Note this is *not* a full c++ conversion of the full functionality of assistant-loan. Only the string parsing has been redone.
5 lines
175 B
CMake
5 lines
175 B
CMake
set(libc_SOURCES libc-missing-noop.c setenv.c strptime.c)
|
|
set(libc_HEADERS pow.h setenv.h strptime.h)
|
|
|
|
set_dist_list(libc_DIST CMakeLists.txt ${libc_SOURCES} ${libc_HEADERS})
|