cpack
There are 46 repositories under cpack topic.
ttroy50/cmake-examples
Useful CMake Examples
kracejic/cleanCppProject
Clean C++ project for you to use. Features: Modern CMake, CPack, Doxygen, PlantUML, Catch Unit testing, static analysis
fletcher/c-template
Boilerplate to set up a c project, include CuTest unit testing, cmake build setup
MartinHelmut/cpp-gui-template-sdl2
C++ GUI starter project template with CMake and Cpack, Dear ImGui, and SDL2.
gongluck/CMAKE-DEMO
CMake 学习(cmake命令、测试、安装、打包、交叉编译、NDK、clang)
ionyshch/cmake-bundle-macos
Portable sample app for MacOS X using CMake and CPack.
skypjack/qt_cpackifw
Skel for Qt/CPackIFW based build systems
MartinHelmut/cpp-gui-template-sdl2-opengl
C++ GUI starter project template with CMake and Cpack, Dear ImGui, SDL2, and OpenGL 4.1.
retifrav/cmake-cpack-example
An example project of using CPack
MartinHelmut/cpp-base-template
C++ project template.
andrew-hardin/cpack-systemd-demo
A demo project that uses CPack to build an RPM containing a systemd service.
MartinHelmut/cpp-gui-template-sdl3-opengl
C++ GUI starter project template with CMake and Cpack, Dear ImGui, SDL3, and OpenGL 4.1.
threeal/deb-cpack-template
CPack template to build a Debian package of external third-party CMake projects
ABruines/CPackDebHelper
Use debhelper with CMake / CPack DEB generator.
fletcher/c-boilermaker
Boilerplate C project template using CMake, CuTest and more, to simplify creating new projects. Successor to my older c-template boilerplate.
jrmadsen/pyctest
Python bindings of select portions of CMake/CTest package -- enabling generation of CTest test files from Python without a CMake build system
craflin/CDeploy
CMake centric package manager and package format.
MartinHelmut/cpp-gui-template-sdl3
C++ GUI starter project template with CMake and Cpack, Dear ImGui, and SDL3.
MartinHelmut/cpp-small-gui-project-sdl2
Small C++ GUI project template with SDL2 and SDL2_ttf.
Playjasb2/Simple-C-Compiler
A compiler to compile a simplified version of C
scivision/cmake-gpg-sign
CMake / CPack sign binaries with GnuPG
StoneyDSP/StoneyDSP
The StoneyDSP audio library.
threeal/librtabmap-deb
Debian package build workspace for the RTAB-MAP library
hansen-audio/vst3-cpack
CPack options for VST3 plugin installers
KOLANICH-libs/CPackRegistry
CMake scripts to manipulate registry values when installing software using CPack-generated installers
melanholly/cpack-example-mac-daemon
Example repository for cpack deployment of mac daemon
NextCodeX/MathX
函数计算
threeal/libfreenect2-deb
Debian package build workspace for the libfreenect2 library
tp-labs/lab06
Изучение средств пакетирования на примере CPack
yipingp/deb_packer
A shell script to generate ".deb" package (Software distribution)
jannikalber/cmake
Mirror of https://gitlab.kitware.com/jannikalber/cmake: CPack generator for Inno Setup
LiangLliu/cmake-vcpkg-demo
This is a comprehensive example project demonstrating how to utilize modern C++ project tools. It integrates CMake, Vcpkg, and CPack, supporting automated builds, dependency management, and packaging
Angoliuk/raylib-starter
Raylib cpp starter with conan and cmake
kodezine/cubemx
stm32cubemx based hardware low level drivers
prosenjitjoy/Learning-CMake
Collection of example code used for learning modern CMake with C++