Top "Cpack" questions

CPack is a packing and install tool for CMake generated projects

How to install your custom CMake-Find module

I configure and package my library using CMake and CPack. I have written my own find-module: FindMyLib.cmake. How do …

cmake cpack
How to create an installer with CMake + CPack + NSIS on Windows?

I'd like to create a cross-platform installer for a C++ based system I am building. I use CMake to build …

c++ installation cmake nsis cpack
zip files using CMake?

tl;dr version: Is it possible with CMake (>= 2.8) to generate zip files from some files and put the packed …

zip cmake cpack
CMake-CPack Package Installation Path Nightmare

I've been frustrated by the the CMake-CPack for almost one week. The bad thing is the CMake-CPack online documentation does …

path installation cmake debian cpack
Copying files and including them in a CPack archive

So, there are numerous ways to copy files (and directories) at CMake runtime (file(COPY ...), configure_file(...) and add_custom_…

cmake cpack
CMake CPack debian packages

Has someone worked with a working example of a CPack script for debian packages with Qt and OpenGL dependencies? I've …

qt cmake debian cpack
How to generate .msi installer with cmake?

I am trying to generate .msi installer with cmake. I am able to generate .dll and .lib files with some …

windows visual-studio-2010 wix cmake cpack