forked from boostorg/concept_check
rm cmake from trunk. I'm not entirely sure this is necessary to satisfy the inspect script, but I'm not taking any chances, and it is easy to put back
[SVN r56942]
This commit is contained in:
@@ -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 <jeremy.siek -at- gmail.com>"
|
|
||||||
# MAINTAINERS
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
@@ -1 +0,0 @@
|
|||||||
boost_module(concept_check DEPENDS preprocessor concept)
|
|
@@ -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)
|
|
Reference in New Issue
Block a user