We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1923ba4 commit 527fe2dCopy full SHA for 527fe2d
CMakeLists.txt
@@ -78,6 +78,7 @@ SET(CPACK_WIX_TEMPLATE autowiring.wxs)
78
# Packaging stuff, if an installer is being made insteadINCLUDE(InstallRequiredSystemLibraries)
79
SET(CPACK_GENERATOR "WIX")
80
SET(CPACK_PACKAGE_VENDOR "Leap Motion")
81
+SET(CPACK_PACKAGE_CONTACT "cmercenary@gmail.com")
82
SET(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/README.md")
83
SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Autowiring")
84
SET(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSE.txt")
0 commit comments