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 c9dbd7c114
commit 455807217f
3 changed files with 0 additions and 36 deletions

View File

@@ -1,27 +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
interprocess
)
# Add a library target to the build system
boost_library_project(
interprocess
# SRCDIRS
TESTDIRS test
HEADERS ${lib_headers}
# DOCDIRS
DESCRIPTION "Shared memory, memory mapped files, process-shared mutexes, condition variables, containers and allocators."
MODULARIZED
AUTHORS "Ion Gaztanaga <igaztanaga -at- gmail.com>"
# MAINTAINERS
)

View File

@@ -1 +0,0 @@
boost_module(interprocess DEPENDS date_time intrusive math)

View File

@@ -1,8 +0,0 @@
boost_additional_test_dependencies(interprocess BOOST_DEPENDS test thread date_time multi_index)
file(GLOB INTERPROCESS_TESTS *.cpp)
foreach(TEST ${INTERPROCESS_TESTS})
get_filename_component(TEST ${TEST} NAME_WE)
boost_test_run(${TEST} DEPENDS boost_thread MULTI_THREADED)
endforeach()