/greeting-app

Test greeting app

Primary LanguageShell

greeting-app

An example of app for building C++ application using Ninja build system

OS: Linux and Windows support!

Files

  • ./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