Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.

libs/gil/test/CMakeLists.txt

boost_additional_test_dependencies(gil BOOST_DEPENDS test lambda crc)


add_definitions(-DBOOST_GIL_NO_IO -D_SCL_SECURE_NO_WARNINGS)
boost_test_run(channel channel.cpp error_if.cpp)
boost_test_run(image image.cpp sample_image.cpp error_if.cpp)
boost_test_run(image_io image_io.cpp error_if.cpp)
boost_test_run(pixel pixel.cpp error_if.cpp)
boost_test_run(pixel_iterator pixel_iterator.cpp error_if.cpp)