onqtam/awesome-cmake

A curated list of awesome CMake resources, scripts, modules and examples.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 37 minutes ago
Added to GitGenius on September 12th, 2026
Created on September 8th, 2016
Open Issues & Pull Requests: 4 (+0)
GitHub issues: Enabled
Number of forks: 490
Total Stargazers: 5,417 (+0)
Total Subscribers: 190 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 1311.3 days
Mean response time: 1311.3 days
90th percentile: 1311.3 days
Tracked items: 1

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 2
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 1,058 days
Stale 30+ days: 2
Stale 90+ days: 2

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Awesome CMake is a curated list of CMake resources, scripts, modules, and examples.

The project addresses the challenge of finding quality CMake materials by collecting vetted links to community resources, build system integrations, reusable modules, utility scripts, toolchains, and project templates. It distinguishes between modern CMake practices—emphasizing target-based dependency management through commands like target_*—and obsolete approaches, maintaining a separate document for non-modern resources to help developers understand which patterns to avoid.

Developers should use this list when starting a CMake project, learning modern CMake conventions, or seeking reusable components for their build system. It suits anyone working with C or C++ projects that need build configuration guidance, from small examples to complex multi-target setups. The list organizes resources by category, making it practical for both beginners seeking templates and experienced developers looking for specialized modules or toolchain configurations.

The project welcomes community contributions and maintains active engagement with CMake practitioners through multiple channels including official forums, IRC, and social media communities. The maintainer actively curates content to reflect current best practices, as evidenced by discussions distinguishing modern from non-modern approaches and the decision to separate outdated patterns into a dedicated reference file.