mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-18 18:37:07 +00:00
Add .rc file to Windows backend build.
This commit is contained in:
@@ -15,6 +15,10 @@ set(zint_SRCS ${zint_OUTPUT_SRCS} ${zint_COMMON_SRCS} ${zint_ONEDIM_SRCS} ${zint
|
|||||||
|
|
||||||
add_library(zint SHARED ${zint_SRCS})
|
add_library(zint SHARED ${zint_SRCS})
|
||||||
|
|
||||||
|
if(WIN32)
|
||||||
|
target_sources(${PROJECT_NAME} PRIVATE libzint.rc)
|
||||||
|
endif()
|
||||||
|
|
||||||
if(ZINT_STATIC)
|
if(ZINT_STATIC)
|
||||||
add_library(zint-static STATIC ${zint_SRCS})
|
add_library(zint-static STATIC ${zint_SRCS})
|
||||||
endif()
|
endif()
|
||||||
|
|||||||
Reference in New Issue
Block a user