test_windows.c. By default, cmake seems to pick up the
existing list.h instead of remaking it, so we'd better
always compile test_windows.c. It includes enough compile
guards that this is safe on all platforms.
SVN-Revision: 910
test_strip_components.c
test_symlink_dir.c
test_version.c
+ test_windows.c
)
IF(WIN32 AND NOT CYGWIN)
LIST(APPEND bsdtar_test_SOURCES ../bsdtar_windows.c)
LIST(APPEND bsdtar_test_SOURCES ../bsdtar_windows.h)
- LIST(APPEND bsdtar_test_SOURCES test_windows.c)
ENDIF(WIN32 AND NOT CYGWIN)
#