PackageProject.cmake
Package maker
A CMake script generator for creating packageable projects with standardized configuration options.
🏛️ Help other developers use your project. A CMake script for packaging C/C++ projects for simple project installation while employing best-practices for maximum compatibility.
110 stars
9 watching
15 forks
Language: CMake
last commit: 4 months ago best-practicesccmakecppdependencyexportinstallinstallationmanagemantnamespacepackagepackagingtarget
Related projects:
Repository | Description | Stars |
---|---|---|
cmake-basis/basis | A comprehensive suite of tools and utilities for creating and managing C++ projects and software libraries | 49 |
bjornblissing/osg-3rdparty-cmake | CMake scripts for building and packaging third-party libraries used in the OpenSceneGraph project | 182 |
developerpaul123/cmakeinstallexample | An example project demonstrating CMake's use in building and packaging a Windows-based C++ project with an installer. | 36 |
krux02/minimal_cmake_example | A minimal CMake project demonstrating source, resource, dependency, and packaging configurations. | 191 |
leetal/ios-cmake | A toolchain file for building C/C++/Obj-C++ applications for various Apple platforms | 1,934 |
acdemiralp/cmake_templates | Templates for creating C++ projects with cmake. | 128 |
nemequ/configure-cmake | A script wrapper around CMake to simplify building projects with CMake. | 85 |
forexample/package-example | A CMake example project demonstrating the installation and usage of a package | 398 |
cpp-best-practices/cmake_template | C++ project template providing a set of best practices and tools for building and testing C++ applications | 1,169 |
cpp-pm/hunter | A C/C++ package manager providing a cross-platform solution for managing dependencies and packages in software projects. | 614 |
bilke/cmake-modules | A collection of additional CMake functionality. | 549 |
kde/extra-cmake-modules | Provides common CMake functionality and build settings for software development | 137 |
pfultz2/cget | A package manager that simplifies the process of retrieving and installing C++ packages using CMake. | 454 |
pfultz2/cmake-get | A CMake module to manage dependencies in build configurations. | 63 |
dev-cafe/autocmake | A tool that simplifies the process of integrating CMake plugins into projects. | 42 |