Skip to content

Commit

Permalink
fix cmake syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jcschaff committed Jan 19, 2025
1 parent da72008 commit 400d3c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ if (WIN32)
set(LIBZIP_LIBRARY ${CMAKE_BINARY_DIR}/libzip/lib/libzip.dll.a)
else()
set(LIBZIP_LIBRARY ${CMAKE_BINARY_DIR}/libzip/lib/libzip.a)
endif()

add_subdirectory(libzippp)
# Path to the patch file
Expand Down

0 comments on commit 400d3c8

Please sign in to comment.