mirror of
https://github.com/boostorg/interprocess.git
synced 2026-01-19 04:12:13 +00:00
reports. This is essentially the same commit as r55095 on the release branch. [SVN r55159]
28 lines
754 B
CMake
28 lines
754 B
CMake
#
|
|
# 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
|
|
)
|
|
|
|
|