diff --git a/CMakeLists.txt b/CMakeLists.txt deleted file mode 100644 index 8b451cf..0000000 --- a/CMakeLists.txt +++ /dev/null @@ -1,26 +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 - algorithm -) - -# Add a library target to the build system -boost_library_project( - algorithm - # SRCDIRS - TESTDIRS minmax/test string/test - HEADERS ${lib_headers} - # DOCDIRS - DESCRIPTION "A library of various algorithms." - MODULARIZED - AUTHORS "Pavol Droba " - "Herve Bronnimann " - # MAINTAINERS -) diff --git a/minmax/test/CMakeLists.txt b/minmax/test/CMakeLists.txt deleted file mode 100644 index e70ce47..0000000 --- a/minmax/test/CMakeLists.txt +++ /dev/null @@ -1,10 +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(algorithm BOOST_DEPENDS test) - -boost_test_run(minmax_element_test) -boost_test_run(minmax_test) diff --git a/module.cmake b/module.cmake deleted file mode 100644 index deb4bb2..0000000 --- a/module.cmake +++ /dev/null @@ -1,4 +0,0 @@ -boost_module(algorithm DEPENDS regex concept_check range) - - - diff --git a/string/test/CMakeLists.txt b/string/test/CMakeLists.txt deleted file mode 100644 index bbc383f..0000000 --- a/string/test/CMakeLists.txt +++ /dev/null @@ -1,18 +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(algorithm BOOST_DEPENDS test) - - -boost_test_run(trim_test) -boost_test_run(conv_test) -boost_test_run(predicate_test) -boost_test_run(find_test) -boost_test_run(split_test) -boost_test_run(join_test) -boost_test_run(replace_test) -boost_test_run(regex_test DEPENDS boost_regex SHARED) -