mirror of
https://github.com/boostorg/conversion.git
synced 2025-08-05 15:34:29 +02:00
rm cmake from the release branch before it goes out broken. Policy dictates that you never commit to release, you commit to trunk and merge to release.
[SVN r56941]
This commit is contained in:
@@ -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
|
|
||||||
|
|
||||||
)
|
|
||||||
|
|
||||||
# Add a library target to the build system
|
|
||||||
boost_library_project(
|
|
||||||
conversion
|
|
||||||
# SRCDIRS
|
|
||||||
TESTDIRS test
|
|
||||||
# HEADERS ${lib_headers}
|
|
||||||
# DOCDIRS
|
|
||||||
DESCRIPTION "Polymorphic and lexical casts"
|
|
||||||
# MODULARIZED
|
|
||||||
AUTHORS "David Abrahams <dave -at- boost-consulting.com>"
|
|
||||||
"Kevlin Henney"
|
|
||||||
# MAINTAINERS
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
@@ -1,20 +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(conversion BOOST_DEPENDS test detail numeric)
|
|
||||||
|
|
||||||
boost_test_run(implicit_cast)
|
|
||||||
boost_test_compile_fail(implicit_cast_fail)
|
|
||||||
boost_test_run(cast_test ../cast_test.cpp)
|
|
||||||
boost_test_run(numeric_cast_test ../numeric_cast_test.cpp)
|
|
||||||
boost_test_run(
|
|
||||||
lexical_cast_test
|
|
||||||
../lexical_cast_test.cpp
|
|
||||||
DEPENDS boost_unit_test_framework
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in New Issue
Block a user