cpack
[m6w6/libmemcached] / CPackDEB.txt
1 set(CPACK_BINARY_DEB ON)
2 set(CPACK_DEB_COMPONENT_INSTALL ${CPACK_COMPONENT_INSTALL})
3 set(CPACK_DEBIAN_PACKAGE_DEPENDS "${CPACK_PACKAGE_DEPENDS}")
4 set(CPACK_DEBIAN_ENABLE_COMPONENT_DEPENDS ON)
5 set(CPACK_COMPONENT_bin_DEPENDS lib)
6 set(CPACK_COMPONENT_dev_DEPENDS lib)