diff --git a/CMakeLists.txt b/CMakeLists.txt deleted file mode 100644 index 073ef90..0000000 --- a/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 -# -#---------------------------------------------------------------------------- -# This file was automatically generated from the original CMakeLists.txt file -# Add a variable to hold the headers for the library -set (lib_headers - concept_check.hpp - concept_archetype.hpp - concept_check -) - -# Add a library target to the build system -boost_library_project( - concept_check - # SRCDIRS - TESTDIRS test - HEADERS ${lib_headers} - # DOCDIRS - DESCRIPTION "Tools for generic programming." - MODULARIZED - AUTHORS "Jeremy Siek " - # MAINTAINERS -) - - diff --git a/module.cmake b/module.cmake deleted file mode 100644 index 7519ee3..0000000 --- a/module.cmake +++ /dev/null @@ -1 +0,0 @@ -boost_module(concept_check DEPENDS preprocessor concept) \ No newline at end of file diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt deleted file mode 100644 index fea159f..0000000 --- a/test/CMakeLists.txt +++ /dev/null @@ -1,14 +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(concept_check BOOST_DEPENDS utility) - -# this fails but looks like it isn't the build -# boost_test_run(../stl_concept_covering) -boost_test_run(concept_check_test ../concept_check_test.cpp) -boost_test_run(class_concept_check_test ../class_concept_check_test.cpp) -boost_test_compile_fail(concept_check_fail_expected ../concept_check_fail_expected.cpp) -boost_test_compile_fail(class_concept_fail_expected ../class_concept_fail_expected.cpp)