modern-cmake
There are 34 repositories under modern-cmake topic.
TheLartians/ModernCppStarter
🚀 Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more.
Modern-CMake-CN/Modern-CMake-zh_CN
CMake 教程 Modern-CMake 的简体中文翻译,中文版 Gitbook :https://modern-cmake-cn.github.io/Modern-CMake-zh_CN/ Chinese(simplified) translation of famous cmake tutorial Modern CMake. GitHub Pages : https://modern-cmake-cn.github.io/Modern-CMake-zh_CN/
build-cpp/cmkr
Modern build system based on CMake and TOML.
zchrissirhcz/cmake_examples
Practical, Easy-to-copy CMake examples
DenizThatMenace/More-Modern-CMake
Contains the slides and examples for my "More Modern CMake" and "Oh No! More Modern CMake" talks from "Meeting C++" 2018 and 2019
abdes/asap
A modern cmake starter project for C++ with a complete build lifecycle, testing, dependency management, etc. Portable across Linux, OS X and Windows.
jasondegraw/Qt-CMake-HelloWorld
A Simple Qt5 Program Built with CMake
rvarago/modern-cmake-template
CMake template for an example project composed of executable and library
Certseeds/CS323_Compilers_2020F
SUSTech's CS323-Compilers in 2020-Fall.
eliasdaler/imgui-sfml-fetchcontent
Example of using CMake's FetchContent module and imGui-SFML
adrianderstroff/opengl-starter
Minimal and simple OpenGL starter project using modern CMake and CPM.
Certseeds/CS203_DSAA_template
Template for CS203-DSAA Based on C++11 and Modern CMake
RaymondZuo301/ModernCMake-Chinese
Modern CMake 中文翻译
liff-engineer/modern-cmake-practice
modern cmake practice by examples
Roy-Fokker/roguelike-cpp
roguelike tutorial using C++17
TmLev/skipper
Various skip list implementations
yangyongkang2000/SEvoBench
A C++ Framework for Evolutionary Single-Objective Optimization Benchmarking
Life4gal/galStarterTemplate
Useful CMake Examples.Also A Modern CMake Template for Beginner.
Tianshi-Lian/cpp_learning_path
Learning professional, modern C++
oblivioncth/libsquish
Library for compressing images with the DXT/S3TC standard. Forked from https://sourceforge.net/projects/libsquish/
apebl/qtquickcontrols2-with-cmake
Qt Quick Controls 2 using modern CMake
BlurryLight/CMake-Best-Practice
A set of useful *CMake* examples
dribllerrad/libCMakeConfig
A CMake script that generates a pre-configured CMakeList.txt and accompanying project files to generate a Modern CMake library project that can automagically be included in a super-project.
rodolfo-picoreti/cpp-bootstrap
Start point for C++ projects
scivision/cmake-fetchcontent
A dummy repo used by scivision/cmake-utils demonstrating modern CMake and Fortran distribution
hey-sebi/modern-cmake-template
Template for starting a C/C++ CMake project.
JarnoRalli/conan-example
This example shows how to create a library that links against a 3rd party library using Conan, installs the library, and builds an executable that links against the library.
nboutin/cmake_modern
C++, CMake and Travis-ci Hello World
abin-z/CMakeProTemplate
C++复杂项目推荐的目录组织方式
coders-school/cmake
C++ online course. Modules about build systems - CMake and make
emersonmello/appsaudacaocpp
Exemplo de uma aplicação C / C++ com More Modern CMake
FeignClaims/ORB_SLAM3_vcpkg
ORB-SLAM3 with vcpkg: manage dependencies with vcpkg, compile and run ORB-SLAM3 on Mac OSX
the-risk-taker/training-cmake
Code examples for company in-house training. Some basic topics from Modern CMake.