Part 11 : Handle Linux / Max package creation
This part shows how to create archive (.sh, .tar.gz and .tar.Z) and packages (.deb, .rpm and .dmg) of binaries programs and libraries of our project.
To make relevant package, you need to activate -DPACKAGE_MODE=yes in you cmake command :
cmake .. -DCMAKE_MODULE_PATH=PhoenixCMake/Prefix/share/cmake -DPACKAGE_MODE=yesThis will speed up compilation by disabling install (see part 8), uninstall (see part 9), update (see part 10) and unit tests.