polysquare / cmake-unit

A unit testing framework for CMake
MIT License
36 stars 5 forks source link

Added TARGET option to add_cmake_build_test #24

Closed smspillaz closed 10 years ago

smspillaz commented 10 years ago

Specifying TARGET enables the user to cause a specific target to be built, instead of the default 'all' target.