diff --git a/CMakeLists.txt b/CMakeLists.txt deleted file mode 100644 index a052a8a..0000000 --- a/CMakeLists.txt +++ /dev/null @@ -1,28 +0,0 @@ -# -# Copyright Troy D. Straszheim -# -# Distributed under the Boost Software License, Version 1.0. -# See http://www.boost.org/LICENSE_1_0.txt -# -#---------------------------------------------------------------------------- -# This file was automatically generated from the original CMakeLists.txt file -# Add a variable to hold the headers for the library -set (lib_headers - function.hpp - function -) - -# Add a library target to the build system -boost_library_project( - function - # SRCDIRS - TESTDIRS test - HEADERS ${lib_headers} - DOCDIRS doc - # DESCRIPTION - MODULARIZED - # AUTHORS - # MAINTAINERS -) - - diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt deleted file mode 100644 index dd5603f..0000000 --- a/doc/CMakeLists.txt +++ /dev/null @@ -1,8 +0,0 @@ -# -# Copyright Troy D. Straszheim -# -# Distributed under the Boost Software License, Version 1.0. -# See http://www.boost.org/LICENSE_1_0.txt -# -boost_add_documentation(function.xml - faq.xml history.xml misc.xml reference.xml tests.xml tutorial.xml) diff --git a/module.cmake b/module.cmake deleted file mode 100644 index 052e0cf..0000000 --- a/module.cmake +++ /dev/null @@ -1 +0,0 @@ -boost_module(function DEPENDS detail preprocessor utility) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt deleted file mode 100644 index 2f3c771..0000000 --- a/test/CMakeLists.txt +++ /dev/null @@ -1,29 +0,0 @@ -# -# Copyright Troy D. Straszheim -# -# Distributed under the Boost Software License, Version 1.0. -# See http://www.boost.org/LICENSE_1_0.txt -# -boost_additional_test_dependencies(function BOOST_DEPENDS test lambda) - - -boost_test_run(lib_function_test function_test.cpp) -boost_test_run(function_n_test) -boost_test_run(allocator_test) -boost_test_run(stateless_test) -boost_test_run(lambda_test) -boost_test_compile_fail(function_test_fail1) -boost_test_compile_fail(function_test_fail2) -boost_test_compile(function_30) -boost_test_run(function_arith_cxx98) -boost_test_run(function_arith_portable) -boost_test_run(sum_avg_cxx98) -boost_test_run(sum_avg_portable) -boost_test_run(mem_fun_cxx98) -boost_test_run(mem_fun_portable) -boost_test_run(std_bind_cxx98) -boost_test_run(std_bind_portable) -boost_test_run(function_ref_cxx98) -boost_test_run(function_ref_portable) -boost_test_run(contains_test) -boost_test_run(contains2_test)