]> granicus.if.org Git - zziplib/commitdiff
Also fix up zzipwrap
authorLong Nguyen <nguyen.long.908132@gmail.com>
Tue, 22 Dec 2020 09:01:53 +0000 (16:01 +0700)
committerLong Nguyen <nguyen.long.908132@gmail.com>
Tue, 22 Dec 2020 09:01:53 +0000 (16:01 +0700)
zzipwrap/CMakeLists.txt

index 220d93b1211adf82dc14df41f31ee56137bb0500..a9e283f9d0bfb872018f1626655e0ad9086c003a 100644 (file)
@@ -43,6 +43,7 @@ target_include_directories(libzzipwrap PRIVATE "${CMAKE_SOURCE_DIR}" "${CMAKE_BI
 
 set_target_properties(libzzipwrap PROPERTIES OUTPUT_NAME "zzipwrap" RELEASE_POSTFIX "-${RELNUM}")
 SET_TARGET_PROPERTIES(libzzipwrap PROPERTIES VERSION ${VERNUM}.${FIXNUM} SOVERSION ${VERNUM})
+set_target_properties(libzzipwrap PROPERTIES DEFINE_SYMBOL "libzzip_EXPORTS")
 
 add_executable(zzipwrap ${zzipwrap_SRCS} )
 target_link_libraries(zzipwrap libzzipwrap )