mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-12 22:25:59 -04:00
Fix Windows static build
This commit is contained in:
parent
268fdd7fc2
commit
2d2b221306
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue