Files
gnucash/borrowed/libc/CMakeLists.txt
Geert Janssens a9f35ed7ae Lowercase cmake commands
A huge bikeshed fest but it distracted me enough to do it anyway.
2018-05-03 23:18:15 +02:00

4 lines
194 B
CMake

set(libc_SOURCES libc-missing-noop.c setenv.c strfmon.c strptime.c)
set(libc_HEADERS pow.h setenv.h strfmon.h strptime.h)
set_dist_list(libc_DIST CMakeLists.txt ${libc_SOURCES} ${libc_HEADERS})