Windows: reproducible builds

This commit is contained in:
tobtoht 2021-01-11 00:40:17 +01:00
parent 8c80685686
commit 4036d299eb
7 changed files with 195 additions and 15 deletions

View file

@ -1,5 +1,8 @@
find_path(QRENCODE_INCLUDE_DIR qrencode.h)
message(STATUS "QRENCODE PATH ${QRENCODE_INCLUDE_DIR}")
find_library(QRENCODE_LIBRARY qrencode)
message(STATUS "QRENCODE LIBARY ${QRENCODE_LIBRARY}")
mark_as_advanced(QRENCODE_LIBRARY QRENCODE_INCLUDE_DIR)