diff --git a/CMakeLists.txt b/CMakeLists.txt deleted file mode 100644 index e5c6f1a..0000000 --- a/CMakeLists.txt +++ /dev/null @@ -1,27 +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 - lambda -) - -# Add a library target to the build system -boost_library_project( - lambda - # SRCDIRS - TESTDIRS test - HEADERS ${lib_headers} - # DOCDIRS - # DESCRIPTION - MODULARIZED - # AUTHORS - # MAINTAINERS -) - - diff --git a/module.cmake b/module.cmake deleted file mode 100644 index 9f7a073..0000000 --- a/module.cmake +++ /dev/null @@ -1 +0,0 @@ -boost_module(lambda DEPENDS tuple) \ No newline at end of file diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt deleted file mode 100644 index 4f9a74f..0000000 --- a/test/CMakeLists.txt +++ /dev/null @@ -1,24 +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(lambda BOOST_DEPENDS test any) - -boost_test_run(algorithm_test DEPENDS boost_test_exec_monitor) -boost_test_run(bind_tests_simple DEPENDS boost_test_exec_monitor) -boost_test_run(bind_tests_advanced DEPENDS boost_test_exec_monitor) -boost_test_run(bind_tests_simple_f_refs DEPENDS boost_test_exec_monitor) -boost_test_run(bll_and_function DEPENDS boost_test_exec_monitor) -boost_test_run(lambda_cast_test - cast_test.cpp DEPENDS boost_test_exec_monitor) -boost_test_run(constructor_tests DEPENDS boost_test_exec_monitor) -boost_test_run(control_structures DEPENDS boost_test_exec_monitor) -boost_test_run(exception_test DEPENDS boost_test_exec_monitor) -boost_test_run(extending_rt_traits DEPENDS boost_test_exec_monitor) -boost_test_run(is_instance_of_test DEPENDS boost_test_exec_monitor) -boost_test_run(member_pointer_test DEPENDS boost_test_exec_monitor) -boost_test_run(operator_tests_simple DEPENDS boost_test_exec_monitor) -boost_test_run(phoenix_control_structures DEPENDS boost_test_exec_monitor) -boost_test_run(switch_construct DEPENDS boost_test_exec_monitor)