All Projects → reyreaud-l → simple-cpp-setup

reyreaud-l / simple-cpp-setup

Licence: MIT license
Simple C++ setup with CMake and CTest.

Programming Languages

CMake
9771 projects
C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to simple-cpp-setup

cpptemplate
A template project (library and executable) for C++ projects with cmake, ctest, vcpkg, circleci, and automated document deploymend via doxygen to gh-pages
Stars: ✭ 30 (+57.89%)
Mutual labels:  ctest
Examples
An complete examples and related support for various popular projects, and more.
Stars: ✭ 22 (+15.79%)
Mutual labels:  build
next-oss
webpack打包文件上传到OSS
Stars: ✭ 18 (-5.26%)
Mutual labels:  build
tools.build
Clojure builds as Clojure programs
Stars: ✭ 153 (+705.26%)
Mutual labels:  build
article
It’s Your Life. Share it. Celebrate it. Build it. AND HAVE FUN!
Stars: ✭ 33 (+73.68%)
Mutual labels:  build
jsdoc-action
📖 GitHub Action to build JSDoc documentation
Stars: ✭ 61 (+221.05%)
Mutual labels:  build
tag
tagging apps with immutable intel
Stars: ✭ 23 (+21.05%)
Mutual labels:  build
knative-build-tutorials
A set of tutorials for Knative Build
Stars: ✭ 27 (+42.11%)
Mutual labels:  build
qt-creator-plugin-boostbuild
Boost.Build Project Manager Plugin for Qt Creator
Stars: ✭ 15 (-21.05%)
Mutual labels:  build
vsSolutionBuildEvent
🎛 Event-Catcher with variety of advanced Actions to service projects, libraries, build processes, runtime environment of the Visual Studio, MSBuild Tools, and …
Stars: ✭ 66 (+247.37%)
Mutual labels:  build
okhoxi-serac
冰塔协议-传输层协议
Stars: ✭ 33 (+73.68%)
Mutual labels:  build
BuildTimeLogger-for-Xcode
A console app for logging Xcode build times and presenting them in a notification
Stars: ✭ 43 (+126.32%)
Mutual labels:  build
babel-preset-amex
✨ Standard babel preset for American Express
Stars: ✭ 14 (-26.32%)
Mutual labels:  build
trampolim
A modern Python build backend
Stars: ✭ 39 (+105.26%)
Mutual labels:  build
build
build is like Makefile for single files
Stars: ✭ 17 (-10.53%)
Mutual labels:  build
Tensorflow-binaries
Tensorflow GNU/Linux, MacOS binaries compiled with SSE4.1, SSE4.2 and AVX
Stars: ✭ 14 (-26.32%)
Mutual labels:  build
fdk-aac-win32-builder
libfdk-aac for Windows binary builder
Stars: ✭ 25 (+31.58%)
Mutual labels:  build
foster
An easy way to publish your python packages.
Stars: ✭ 31 (+63.16%)
Mutual labels:  build
ionic4-angular7-example
Ionic 4, Angular 7 and Cordova Tutorial: Build CRUD Mobile Apps
Stars: ✭ 57 (+200%)
Mutual labels:  build
android manifest
The beginnings
Stars: ✭ 26 (+36.84%)
Mutual labels:  build

Simple C++ Setup.

This repository contains a very simple C++ setup using CMake to build, and CTest to test it.

To build: mkdir build && cd build && cmake .. && make

To test: cd build && ctest

But why ?

Because we prefer code over builds.

I've seen many people simply not knowing where to start. Or just writing horribles makefiles (To be honest, nobody knows how to cleanly write a simple makefile). So I made this simple setup to allows anyone to freely copy the setup to start coding, and not start fighting with build systems.

Enjoy!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].