mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-18 18:37:07 +00:00
Fix Windows static build
This commit is contained in:
@@ -80,7 +80,9 @@ if(NOT MSVC)
|
||||
endif()
|
||||
|
||||
if(MSVC)
|
||||
target_compile_definitions(zint PRIVATE DLL_EXPORT)
|
||||
if(ZINT_SHARED)
|
||||
target_compile_definitions(zint PRIVATE DLL_EXPORT)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
zint_target_include_directories(PUBLIC
|
||||
|
||||
Reference in New Issue
Block a user