gnucash/borrowed/libc/CMakeLists.txt
Geert Janssens 54a5097c60 Bug 796777 - CVE-2008-1391: Integer overflow in included strfmon function
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.
2018-08-17 16:23:12 +02:00

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