Typo cmake LIBZINT_LIBRARIES -> LIBZINT_LIBRARY (#60)

* Typo cmake LIBZINT_LIBRARIES -> LIBZINT_LIBRARY
* Also adds libzint to appimage deployment
This commit is contained in:
gitlost
2019-07-07 04:30:41 +01:00
committed by Jim Evins
parent 2db137e4c2
commit 3c9a822b50
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ set (LIBZINT_DEFINITIONS "")
find_path (LIBZINT_INCLUDE_DIR NAMES zint.h)
find_library (LIBZINT_LIBRARIES NAMES zint )
find_library (LIBZINT_LIBRARY NAMES zint )
if (LIBZINT_LIBRARY AND LIBZINT_INCLUDE_DIR)