mirror of https://github.com/status-im/qzxing.git
fix(CMakeLists.txt): remove error prone extra path (#175)
This commit is contained in:
commit
4715b242cc
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue