cmake-examples
There are 128 repositories under cmake-examples topic.
onqtam/awesome-cmake
A curated list of awesome CMake resources, scripts, modules and examples.
dev-cafe/cmake-cookbook
CMake Cookbook recipes.
SFUMECJF/cmake-examples-Chinese
快速入门CMake,通过例程学习语法。在线阅读地址:https://sfumecjf.github.io/cmake-examples-Chinese/
pr0g/cmake-examples
A collection of as simple as possible, modern CMake projects
robotology/how-to-export-cpp-library
An OS-agnostic C++ library template in plain CMake.
viva64/pvs-studio-cmake-examples
Examples of PVS-Studio integration in CMake (CLion/QtCreator)
chronoxor/CppTemplate
Cross-platform template C++ project configured to build for Linux (gcc/clang), MacOS, Windows (Cygwin, MinGW, MSYS2, Visual Studio) with GitHub Action continuous integration
sharcnet/vscode-hpc
Remote development on HPC clusters with VSCode
PhDP/cmake-gtest-gbench-starter
A cross-platform C++11/14/17 starter project with google test and google benchmark support.
josephgarnier/cpp-starter-project-cmake
A customizable kit to quickly start your C++ projects with CMake.
luncliff/NdkCamera
Simplified Android NDK Camera API 2
Captain1986/utils
一些开发中好用的小工具,常用命令和小经验
mechazoidal/cmake_cookbook
A collection of CMake examples for demonstration purposes.
program-spiritual/cmakeTutorialCN
cmake 12步 配置教程,中文整理版
olibre/GreatTips
Curated Great Tips, Mindsets and Practices for Coders 😎
cnruby/w3h1_cmake
Learn CMake and C/C++
gccore/CMakeTemplate
Ready To Use CMake Configurations
kelarov/App
A Learning Ground for C++ Enthusiasts
Swepz/Simple_CMake_Project
Simple C project structure example using CMake
Pseudomanifold/cmake-cpp
Example code for using CMake for a C++ project
GPMueller/imgui-cmake
A Dear ImGui App using GLFW and OpenGL, built using CMake; Better example at GPMueller/imgui-app
sergeyklay/cpp-project-template
Repository Templates for C++ Projects
surendersampath/CMake-Getting-Started
Welcome to the Project Template for Modular C Programming with CMake! This template aims to provide you with a seamless environment for running C programs and developing them in a modular, subdirectory-based format.
D-K-E/opengl-window-tutorial
Simple tutorial for building an opengl window with glfw, and glad on linux command line
davemoore22/cmake-sdl2-opengl-imgui
A minimal CMake/SDL2/OpenGL/Imgui project in VSCode showing how to incorporate Imgui with the SDL2/OpenGL3 backend using CMake.
raleighlittles/Minimal-GTest-Example
A very very minimal example of how to configure and run GTest, Google's C++ testing framework.
cinaral/matlab_cpp_work_demo
A workflow suggestion for generating C++ code via MATLAB and integrating MATLAB in your C++ project.
ClausKlein/asio
Asio C++ Library
ging-dev/cpp-example
C++ example use GTest, Gcovr coverage
imacwink/LearnCMake
Because our project is cross-platform, I think that all the underlying modules are compiled with CMake, So I compiled the basic knowledge of cmake for colleagues' reference.
lichray/macrofree-demo
Demo for the CppCon 2019 talk "Are We Macro-free Yet?"
Life4gal/galStarterTemplate
Useful CMake Examples.Also A Modern CMake Template for Beginner.
love1angel/cxp
framework
luncliff/ssf
simple socket functions
spmcv/HelloContext
Fusion 360 add-in that integrates a JSON library to parse entry point context arguments
studi-c/cross-platform-hello
simple hello world C++ program that compiles in many environments.