201 skills found · Page 1 of 7
onqtam / Awesome CmakeA curated list of awesome CMake resources, scripts, modules and examples.
filipdutescu / Modern Cpp TemplateA template for modern C++ projects using CMake, Clang-Format, CI, unit testing and more, with support for downstream inclusion.
sakra / CotireCMake module to speed up builds.
rpavlik / Cmake ModulesMy collection of CMake modules
pybind / Cmake ExampleExample pybind11 module built with a CMake-based build system
bilke / Cmake ModulesAdditional CMake functionality. Most of the modules are from Rylie Pavlik (https://github.com/rpavlik/cmake-modules)
Crascit / DownloadProjectThis repository is no longer maintained. Use the FetchContent module available in CMake 3.11 or later instead.
arsenm / Sanitizers CmakeCMake modules to help use sanitizers
aminosbh / Sdl2 Cmake ModulesModern CMake modules for finding and using the SDL2 library as well as other related libraries: SDL2_image, SDL2_ttf, SDL2_net, SDL2_mixer and SDL2_gfx. (Targets: SDL2::Core, SDL2::Main, SDL2::Image, SDL2::TTF, SDL2::Net, SDL2::Mixer and SDL2::GFX). Mirror of https://gitlab.com/aminosbh/sdl2-cmake-modules
SergiusTheBest / FindWDKCMake module for building drivers with Windows Development Kit (WDK)
CLIUtils / CmakeA set of cmake modules to assist in building code
vitaut / ModulesSimple C++20 module support for CMake
thewtex / Cython Cmake ExampleUtilities and example for using CMake to build Cython modules - migrated to scikit-build
Eyescale / CMakeCommon CMake modules
KDE / Extra Cmake ModulesExtra modules and scripts for CMake.
chadmv / CgcmakeCMake modules for common applications related to computer graphics
nerdvegas / VfxcmakeCmake Find modules for common vfx software, and general Cmake utility code
RWTH-HPC / CMake CodecovCMake module for code coverage
yicm / CMakeCppProjectTemplateThis project aims to quickly launch a C/C++ project, which can build libraries and binary files. The project comes with basic modules such as thread pool, unit test, logger, and configuration reading module. It uses the CMake build system to make it easier for us to develop C/C++ projects.
justusc / FindTBBCMake find module for Intel Threading Building Blocks