## The `cmake` template: a C/C++ project built with CMake through the ## debhelper cmake buildsystem. The logic half — the project() probe, the ## skeleton bodies and the wizard's pkg-config opt-in (appended to ## Build-Depends) — lives in src/new/templates/cmake.rs. ## ## Schema: see src/new/templates/mod.rs. id: cmake label: C/C++ (CMake) detect: files: [CMakeLists.txt] build_depends: - cmake architecture: any rules_dh_line: "dh $@ --buildsystem=cmake" files: []