package-example
Package installer
A CMake example project demonstrating the installation and usage of a package
CMake: config mode of find_package command (examples)
398 stars
24 watching
57 forks
Language: CMake
last commit: over 3 years ago
Linked from 1 awesome list
cmakeexample
Related projects:
Repository | Description | Stars |
---|---|---|
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. | 188 |
bast/cmake-example | Demonstrates various CMake features and builds a CDash testing dashboard | 142 |
pr0g/cmake-examples | A collection of simple CMake projects to help understand the basics of CMake and installing. | 1,169 |
thelartians/packageproject.cmake | A CMake script generator for creating packageable projects with standardized configuration options. | 108 |
kde/extra-cmake-modules | Provides common CMake functionality and build settings for software development | 135 |
apriorit/findwix | A CMake module for building Windows Installer packages with the WiX toolset | 18 |
nemequ/configure-cmake | A script wrapper around CMake to simplify building projects with CMake. | 86 |
pabloariasal/modern-cmake-sample | A sample project demonstrating best practices and proper usage of CMake in building a library and an executable. | 667 |
pfultz2/cmake-get | A CMake module to manage dependencies in build configurations. | 63 |
eyescale/cmake | A collection of reusable CMake modules and scripts to simplify project setup and dependencies. | 156 |
bilke/cmake-modules | A collection of additional CMake functionality. | 548 |
pfultz2/cget | A package manager that simplifies the process of retrieving and installing C++ packages using CMake. | 453 |
anotherfoxguy/cmakecm | A collection of reusable CMake modules for building and managing software projects | 2 |
viva64/pvs-studio-cmake-examples | Examples of integrating a static code analysis tool with CMake project builds and analyses. | 53 |