Skip to content

Commit

Permalink
Merge pull request #7 from leapmotion/fix-cpack
Browse files Browse the repository at this point in the history
Jason Lokerson added as the package maintainer
  • Loading branch information
gtremper committed Jul 30, 2014
2 parents ac2e882 + 9206c55 commit 27bd0e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Expand Up @@ -19,10 +19,13 @@ install_manifest.txt
CPackConfig.cmake
CPackSourceConfig.cmake
*.wixobj
*.msi
autowiring-config.cmake
autowiring-configVersion.cmake
install_manifest_*.txt
*.cmake
Testing
DartConfiguration.tcl
autowiring-*-*.dmg
autowiring-*-*.deb
autowiring-*-*.rpm
autowiring-*-*.msi
1 change: 1 addition & 0 deletions CMakeLists.txt
Expand Up @@ -82,6 +82,7 @@ SET(CPACK_WIX_TEMPLATE autowiring.wxs)
# Packaging stuff, if an installer is being made insteadINCLUDE(InstallRequiredSystemLibraries)
SET(CPACK_GENERATOR "WIX")
SET(CPACK_PACKAGE_VENDOR "Leap Motion")
SET(CPACK_PACKAGE_CONTACT "cmercenary@gmail.com")
SET(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/README.md")
SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Autowiring")
SET(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSE.txt")
Expand Down

0 comments on commit 27bd0e9

Please sign in to comment.