Skip to content

Commit b50e19b

Browse files
committed
Fix issue #223 (CMake failure)
Overlooked that file test_windirent.h was renamed to windirent.h
1 parent be82542 commit b50e19b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ set(SQLITE3MC_BASE_SRCS
218218
src/rijndael.h
219219
src/sha1.h
220220
src/sha2.h
221-
src/test_windirent.h
221+
src/windirent.h
222222
${SQLITE3MC_PUBLIC_HEADERS}
223223
)
224224
set(SQLITE3MC_DLLRES_SRCS

0 commit comments

Comments
 (0)