Add support for cpack.

This commit is contained in:
James Goppert 2018-07-03 20:21:55 -04:00
parent 98dc2c0f02
commit ee92d8caf1
1 changed files with 4 additions and 0 deletions

View File

@ -136,3 +136,7 @@ endif()
install(FILES README.md VERSION
DESTINATION "share/doc/libantlr4")
set(CPACK_PACKAGE_CONTACT "antlr-discussion@googlegroups.com")
set(CPACK_PACKAGE_VERSION ${ANTLR_VERSION})
include(CPack)