fix(CMakeLists.txt): remove error prone extra path

This commit is contained in:
Sztergbaum Roman 2020-07-18 21:19:12 +02:00 committed by GitHub
parent e444138924
commit efe7331e6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
SET(SOURCES
${WIN32_DIR}/zxing/iconv.h
${WIN32_DIR}/zxing/win_iconv.c
${WIN32_DIR}/iconv.h
${WIN32_DIR}/win_iconv.c
)
if(MSVC)