mirror of
https://github.com/boostorg/interprocess.git
synced 2026-01-19 04:12:13 +00:00
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,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
|
||||
)
|
||||
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
boost_module(interprocess DEPENDS date_time intrusive math)
|
||||
@@ -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()
|
||||
Reference in New Issue
Block a user