mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-12 22:25:59 -04:00
Add .rc file to Windows backend build.
This commit is contained in:
parent
e8b59aa696
commit
d151f29ee5
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@ set(zint_SRCS ${zint_OUTPUT_SRCS} ${zint_COMMON_SRCS} ${zint_ONEDIM_SRCS} ${zint
|
|||
|
||||
add_library(zint SHARED ${zint_SRCS})
|
||||
|
||||
if(WIN32)
|
||||
target_sources(${PROJECT_NAME} PRIVATE libzint.rc)
|
||||
endif()
|
||||
|
||||
if(ZINT_STATIC)
|
||||
add_library(zint-static STATIC ${zint_SRCS})
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue