diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 9383864..cc711f8 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -1,3 +1,6 @@ +boost_additional_test_dependencies(preprocessor BOOST_DEPENDS test) + + boost_test_compile(arithmetic) boost_test_compile(array) boost_test_compile(comparison)