2
0
mirror of https://github.com/boostorg/gil.git synced 2026-01-19 04:12:11 +00:00
Files
gil/example
Mateusz Łoskot 011e147960 Merge branch 'develop'
* develop:
  fix: Broken build of test project for gcc-5 (#712)
  build: Add cxx14_constexpr requirement to example/Jamfile
  chore: Tidy up
  build: Remove unused Boost.Build imports from example/Jamfile
2022-07-23 20:24:13 +02:00
..
2010-03-20 17:01:45 +00:00

Boost.GIL Examples

This directory contains

  • examples of C++ programs using GIL
  • a documentation file describing the synopsis, build and execution requirements for each example
  • configuration files for Boost.Build command line and CMake integration for popular IDEs.

We provide Boost.Build (Jamfile) and CMake (CMakeLists.txt) configurations to build the examples. See the CONTRIBUTING.md for details on how to run b2 and cmake for Boost.GIL.

Each example is built as a separate executable.