diff --git a/CMakeLists.txt b/CMakeLists.txt index 772b438..7bde83f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -459,11 +459,19 @@ else() add_library( ${PROJECT_NAME} SHARED + native/sizes.cc + native/values.cc native/version.cc ) add_dependencies(${PROJECT_NAME} zip) + target_include_directories( + ${PROJECT_NAME} + PRIVATE + "external/libzip/lib" + ) + target_compile_definitions( ${PROJECT_NAME} PRIVATE diff --git a/LibZipSharp.props b/LibZipSharp.props index 556a0d4..3bc35d6 100644 --- a/LibZipSharp.props +++ b/LibZipSharp.props @@ -1,6 +1,6 @@ - <_LibZipSharpAssemblyVersion>2.0.8 + <_LibZipSharpAssemblyVersion>2.1.0