An example of app for building C++ application using Ninja build system
OS: Linux and Windows support!
./run.sh
- script for running an application in a Docker container. Starts with this script!./build.sh
- script for building Docker image.- Dockerfile - config file for Docker image build
- image.conf - Docker image parameters
- hello.cpp - C++ example application
- build.ninja - Ninja builder config file