1
0
mirror of https://git.code.sf.net/p/zint/code synced 2025-12-22 04:17:05 +00:00

compile on windows too.

This commit is contained in:
taipanromania
2008-09-24 09:00:44 +00:00
parent 67c2c477ae
commit ae7a09dce6
4 changed files with 261 additions and 4 deletions

View File

@@ -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)