2
0
mirror of https://github.com/boostorg/gil.git synced 2026-01-19 04:12:11 +00:00
Files
gil/example
René Ferdinand Rivera Morell 8fd5cc5b32 Add support for modular build structure. (#752)
* Make the library modular usable.

* Add missing modular build.jam. And fix gitignore that caused it to be originally deleted!

* Switch to library requirements instead of source. As source puts extra source in install targets.

* Add missing import-search for cconfig/predef checks.

* Add requires-b2 check to top-level build file.

* Bump B2 require to 5.2

* Update copyright dates.

* Move inter-lib dependencies to a project variable and into the build targets.

* Update build deps.
2024-08-20 15:03:19 +02:00
..
2024-07-08 10:40:31 +02:00
2024-07-08 10:40:31 +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.