Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cpack

cpack (creating RPM) ignores CMAKE_INSTALL_RPATH (sets RPATH to empty string - rather than an explicit value)

Changing the layout when creating a TGZ archive

cmake build-system cpack

What is the best way of creating several rpm's (deb's) packages in one CMake project?

cmake rpm deb cpack

How can I make CPACK include 3rd party DLLs into the installer?

cmake wxwidgets cpack

Generating source package with CPack on Windows

cmake cpack

How to get CMake/CPack to generate multiple packages for different OSs and different architectures within each OS?

makefile cmake package cpack

prevent creation of namelink for installed shared libraries when using CPack

c++ cmake cpack

How do you run cpack from visual studio?

visual-studio cmake cpack

Create package for just one component with CMake and CPack

cmake cpack

Why should include(CPack) go after the per project package configuration?

c++ cmake cpack

How to create desktop icons for a deb package created with CPack?

linux deb cpack

Adding files to ARCHIVE packages only in CPack

cmake cpack

How do I add the RequestExecutionLevel option of NSIS to a CMakeLists.txt

windows-7 cmake nsis cpack

CPack: How to perform multiple CPACK_NSIS_EXTRA_INSTALL_COMMANDS?

cmake nsis cpack

CMake/CPack: How to avoid top-level directory in zip files

cmake zip cpack