CMake Template

Open-source CMake projects categorized as Template

Top 4 CMake Template Projects

  • ModernCppStarter

    🚀 Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more.

  • cmake-init

    Template for reliable, cross-platform C++ project setup using cmake. (by cginternals)

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

  • cmake-sfml-project

    Repository template for SFML projects using CMake

    Project mention: I cant install SFML on Mac | /r/sfml | 2023-12-09

    Okay, so I'm assuming /Users/kadyr is the username for your mac, so let's say you are making an SFML Space Invaders clone. You'd make a directory invaders so it would be /Users/kadyr/invaders then make a CMakeLists.txt file in invaders and copy the contents of the template's [CMakeLists.txt](https://github.com/SFML/cmake-sfml-project/blob/master/CMakeLists.txt) into it. Next, in invaders directory create a build directory [/Users/kadyr/invaders/build] and a src director [/Users/kadyr/invaders/src] to put main.cpp and other code in (this one is just because the template looks for main.cpp in /src -- alternatively you could edit the add_executable() line and remove src/ if you plan to just dump all code into invaders directory). Then run the commands. Just change invaders to whatever you are naming the project and directory you're working on.

  • vcpkg_template

    Simple cmkr template to get you started with vcpkg right away.

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2023-12-09.

CMake Template related posts

Index

What are some of the best open-source Template projects in CMake? This list will help you:

Project Stars
1 ModernCppStarter 3,992
2 cmake-init 898
3 cmake-sfml-project 212
4 vcpkg_template 7
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com