mirror of
https://github.com/status-im/qzxing.git
synced 2025-02-17 21:37:43 +00:00
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)
|
||||
LIST(APPEND SOURCES ${WIN32_DIR}/zxing/msvc/stdint.h)
|
||||
LIST(APPEND SOURCES ${WIN32_DIR}/msvc/stdint.h)
|
||||
endif(MSVC)
|
||||
|
||||
target_sources(qzxing PRIVATE ${SOURCES})
|
||||
|
Loading…
x
Reference in New Issue
Block a user