lgarithm / crystalnet

crystalnet -- a mini core AI library (being refactored, see https://github.com/lgarithm/stdnn-ops)
MIT License
16 stars 3 forks source link

create release with CPack #68

Closed lgarithm closed 6 years ago

lgarithm commented 6 years ago

https://gitlab.kitware.com/cmake/community/wikis/doc/cpack/examples/linux/DEB

lgarithm commented 6 years ago

simply add 1 line:

INCLUDE(CPack)

would generate .tar.gz.

for rpm or dpkg, add the following

SET(CPACK_GENERATOR "RPM")

or

SET(CPACK_GENERATOR "DEB")