From efe7331e6cf74596497d72ad2364131e5a5fee48 Mon Sep 17 00:00:00 2001 From: Sztergbaum Roman Date: Sat, 18 Jul 2020 21:19:12 +0200 Subject: [PATCH] fix(CMakeLists.txt): remove error prone extra path --- src/zxing/win32/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/zxing/win32/CMakeLists.txt b/src/zxing/win32/CMakeLists.txt index fc69c38..498a7c9 100644 --- a/src/zxing/win32/CMakeLists.txt +++ b/src/zxing/win32/CMakeLists.txt @@ -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)