This directory contains examples of some useful features of ecBuild:
- simple/ - A simple ecBuild project
- fortran/ - A Fortran project
- cxx11/ - A C++11-enabled project
- transitive-dependencies/ - Propagating dependencies across several projects
- find_package/ - Using some popular third-party libraries
- cpp-bundle/ - Bundling projects together
- cpp-bundle-nested/ - Nested bundles
- boost-python-lib/ - Using Boost::Python
- mix/ - Mixing C++ and Fortran
- override-compile-flags/ - Overriding compile flags on a per-file basis
- config-bundle/ - Providing project-specific configuration