mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-24 20:14:28 -04:00
compile on windows too.
This commit is contained in:
parent
67c2c477ae
commit
ae7a09dce6
4 changed files with 261 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue