mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
compile on windows too.
This commit is contained in:
@ -30,5 +30,5 @@ set_target_properties(zint PROPERTIES VERSION ${ZINT_VERSION}
|
||||
|
||||
target_link_libraries(zint ${PNG_LIBRARIES} ${QR_LIBRARIES} )
|
||||
|
||||
install(TARGETS zint LIBRARY DESTINATION lib)
|
||||
install(FILES zint.h DESTINATION include COMPONENT Devel)
|
||||
install(TARGETS zint ${INSTALL_TARGETS_DEFAULT_ARGS} )
|
||||
install(FILES zint.h DESTINATION ${INCLUDE_INSTALL_DIR} COMPONENT Devel)
|
||||
|
Reference in New Issue
Block a user