Skip to content
Snippets Groups Projects
Commit 039d171c authored by Dmitry Gerasimov's avatar Dmitry Gerasimov
Browse files

[+] Added include libs for libzip

parent 8bd57ada
No related branches found
No related tags found
No related merge requests found
Pipeline #14680 passed with stage
in 4 seconds
...@@ -95,6 +95,7 @@ endif() ...@@ -95,6 +95,7 @@ endif()
if (BUILD_WITH_ZIP) if (BUILD_WITH_ZIP)
if(LINUX) if(LINUX)
add_subdirectory(3rdparty/libzip) add_subdirectory(3rdparty/libzip)
include_directories(3rdparty/libzip/lib)
endif() endif()
endif() endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment