mirror of
https://github.com/boostorg/functional.git
synced 2025-08-02 22:14:28 +02:00
Updating CMake files to latest trunk. Added dependency information for regression tests and a few new macros for internal use.
[SVN r49627]
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
#-- Needed include directories for the tests
|
#-- Needed include directories for the tests
|
||||||
boost_test_add_dependent_includes("utility;detail;config")
|
boost_additional_test_dependencies(config BOOST_DEPENDS test)
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
boost_test_run(books)
|
boost_test_run(books)
|
||||||
boost_test_run(point)
|
boost_test_run(point)
|
||||||
|
@@ -12,7 +12,7 @@ endif(GCC)
|
|||||||
|
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
#-- Needed include directories for the tests
|
#-- Needed include directories for the tests
|
||||||
boost_test_add_dependent_includes("utility;detail;config;preprocessor;type_traits;mpl;static_assert")
|
boost_additional_test_dependencies(functional BOOST_DEPENDS test)
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
|
|
||||||
SET(tests
|
SET(tests
|
||||||
|
Reference in New Issue
Block a user