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:
Troy D. Straszheim
2009-10-17 02:07:38 +00:00
parent 13ca0cf698
commit 524cb0cfe7
3 changed files with 0 additions and 54 deletions

View File

@ -1,40 +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
type_traits.hpp
type_traits
)
# Add a library target to the build system
boost_library_project(
type_traits
# SRCDIRS
TESTDIRS test
HEADERS ${lib_headers}
# DOCDIRS
DESCRIPTION "Templates for fundamental properties of types."
MODULARIZED
AUTHORS "David Abrahams <dave -at- boostpro.com>"
"Steve Cleary"
"Beman Dawes <bdawes -at- acm.org>"
"Aleksey Gurtovoy <agurtovoy -at- meta-comm.com>"
"Howard Hinnant"
"Jesse Jones"
"Mat Marcus"
"Itay Maman"
"John Maddock <john -at- johnmaddock.co.uk>"
"Alexander Nasonov <alexander.nasonov -at- gmail.com>"
"Thorsten Ottosen <nesotto -at- cs.auc.dk>"
"Robert Ramey <ramey -at- rrsd.com>"
"Jeremy Siek <jeremy.siek -at- gmail.com>"
# MAINTAINERS
)

View File

@ -1 +0,0 @@
boost_module(type_traits DEPENDS config static_assert)

View File

@ -1,13 +0,0 @@
#
# Copyright Troy D. Straszheim
#
# Distributed under the Boost Software License, Version 1.0.
# See http://www.boost.org/LICENSE_1_0.txt
#
file(GLOB TEST_FILES "*_test.cpp")
foreach(TEST_FILE ${TEST_FILES})
get_filename_component(TEST_NAME ${TEST_FILE} NAME_WE)
boost_test_run(${TEST_NAME})
endforeach(TEST_FILE ${TEST_FILES})
boost_test_run(udt_specialisations)