Hello
Is it possible to add these three lines at the end of the CMakeLists.txt?
SET(CPACK_PACKAGE_CONTACT "Davide Rondini")
set(CPACK_PACKAGE_NAME "libwxmathplot")
include(CPack)
Thus using cpack, one can easily generate package as deb, rpm, nsis ...
Cedric