build-systems
Installation
SKILL.md
Build Systems Skill
Production-Grade Development Skill | C++ Build Infrastructure
Master C++ build systems, package management, and CI/CD integration.
Modern CMake Patterns
Project Structure
# CMakeLists.txt
cmake_minimum_required(VERSION 3.20)
project(MyProject
VERSION 1.0.0
DESCRIPTION "A modern C++ project"
LANGUAGES CXX
Related skills