No description
Find a file
2024-12-22 23:03:00 +01:00
.gitea fix: remove QT_DISABLE_DEPRECATED_BEFORE as it doesn't play well with Qt6? 2024-12-22 23:03:00 +01:00
docs rename to dcm, extra modules, conan2 support 2023-04-30 20:11:53 +02:00
find-modules fix Findchangelog-generator name 2021-04-11 20:07:36 +02:00
modules fix: remove QT_DISABLE_DEPRECATED_BEFORE as it doesn't play well with Qt6? 2024-12-22 23:03:00 +01:00
.cmake-format.yaml initial 2021-04-11 18:13:24 +02:00
.gitignore fix Findchangelog-generator name 2021-04-11 20:07:36 +02:00
.pre-commit-config.yaml chore: pre-commit fix 2024-05-20 21:51:38 +02:00
CHANGELOG.yml rename to dcm, extra modules, conan2 support 2023-04-30 20:11:53 +02:00
CMakeLists.txt fix: remove QT_DISABLE_DEPRECATED_BEFORE as it doesn't play well with Qt6? 2024-12-22 23:03:00 +01: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
flake.lock feat: migrate from drone to gitea actions 2024-05-20 21:40:59 +02:00
flake.nix feat: migrate from drone to gitea actions 2024-05-20 21:40:59 +02:00
README.md rename to dcm, extra modules, conan2 support 2023-04-30 20:11:53 +02:00
requirements.txt feat: migrate from drone to gitea actions 2024-05-20 21:40:59 +02:00

dcm

dotcircle-cmake-modules

The documentation site is hosted as a GitLab pages site on https://dotcircle.dotpages.co/cmake-modules

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