No description
  • CMake 97.2%
  • Python 2.3%
  • Nix 0.5%
Find a file
2026-05-24 01:43:17 +02:00
.forgejo/workflows chore: flake -> devenv 2026-05-24 01:40:50 +02:00
docs chore: formatting 2026-05-24 01:40:54 +02:00
find-modules chore: formatting 2026-05-24 01:40:54 +02:00
modules feat: update code coverage module 2026-05-24 01:40:54 +02:00
.cmake-format.yaml initial 2021-04-11 18:13:24 +02:00
.envrc chore: flake -> devenv 2026-05-24 01:40:50 +02:00
.gitignore chore: flake -> devenv 2026-05-24 01:40:50 +02:00
CHANGELOG.yml chore: update changelog 2026-05-24 01:40:54 +02:00
CMakeLists.txt feat: bump version to 2.3.7 2026-05-24 01:43:17 +02:00
conanfile.py fix: conan2 fixes 2024-05-21 22:51:37 +02:00
dcmConfig.cmake.in rename to dcm, extra modules, conan2 support 2023-04-30 20:11:53 +02:00
devenv.lock chore: flake -> devenv 2026-05-24 01:40:50 +02:00
devenv.nix chore: flake -> devenv 2026-05-24 01:40:50 +02:00
devenv.yaml chore: flake -> devenv 2026-05-24 01:40:50 +02:00
flake.lock feat: publish docs site 2026-05-20 13:20:13 +02:00
flake.nix feat: publish docs site 2026-05-20 13:20:13 +02:00
README.md feat: publish docs site 2026-05-20 13:20:13 +02:00
requirements.txt chore: update to new runner images 2026-05-19 23:30:48 +02:00

dcm

dotcircle-cmake-modules

The documentation site is hosted on https://dotcircle.dotpages.be/cmake-modules

This project is heavily inspired, or to be honest mostly just copied from the lefticus cpp-best-practices cmake_template.
The KDE extra-cmake-modules have been an inspiration as how to move the CMake modules out into their own repository with conan support.