/cmake-modules

Useful CMake helper modules/scripts for using CMake conveniently

Primary LanguageCMakeBoost Software License 1.0BSL-1.0

Useful CMake modules

This repository contains some helper modules/scripts for using CMake conveniently.

Module: BoostTestDiscoverTests

A CMake module which provides a function boosttest_discover_tests for automatically creating test-targets for individual tests contained in a test executable which uses Boost.Test.

For more information read the documentation contained in the BoostTestDiscoverTests.cmake module file and look at and try out the example.