mirror of https://github.com/status-im/qzxing.git
Merge pull request #194 from BetsyMcPhail/msvc-path
fix(CMakeLists.txt): fix path to stdint.h
This commit is contained in:
commit
decf28bef4
|
@ -5,7 +5,7 @@ SET(SOURCES
|
||||||
)
|
)
|
||||||
|
|
||||||
if(MSVC)
|
if(MSVC)
|
||||||
LIST(APPEND SOURCES ${WIN32_DIR}/zxing/msvc/stdint.h)
|
LIST(APPEND SOURCES ${WIN32_DIR}/msvc/stdint.h)
|
||||||
endif(MSVC)
|
endif(MSVC)
|
||||||
|
|
||||||
target_sources(qzxing PRIVATE ${SOURCES})
|
target_sources(qzxing PRIVATE ${SOURCES})
|
||||||
|
|
Loading…
Reference in New Issue