mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
Add .rc file to Windows backend build.
This commit is contained in:
parent
e8b59aa696
commit
d151f29ee5
@ -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…
Reference in New Issue
Block a user