mirror of
https://github.com/boostorg/logic.git
synced 2025-06-25 20:11:34 +02:00
Compare commits
6 Commits
boost-1.40
...
svn-branch
Author | SHA1 | Date | |
---|---|---|---|
3781ee6709 | |||
24117db3ae | |||
15b34d0bf4 | |||
d1f46c8f98 | |||
23af176127 | |||
196865d37f |
@ -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
|
||||
logic
|
||||
)
|
||||
|
||||
# Add a library target to the build system
|
||||
boost_library_project(
|
||||
logic
|
||||
# SRCDIRS
|
||||
TESTDIRS test
|
||||
HEADERS ${lib_headers}
|
||||
# DOCDIRS
|
||||
# DESCRIPTION
|
||||
MODULARIZED
|
||||
# AUTHORS
|
||||
# MAINTAINERS
|
||||
)
|
||||
|
||||
|
@ -6,10 +6,4 @@ doxygen reference : [ glob ../../../boost/logic/tribool.hpp ]
|
||||
[ glob ../../../boost/logic/tribool_fwd.hpp ]
|
||||
[ glob ../../../boost/logic/tribool_io.hpp ]
|
||||
;
|
||||
boostbook tribool
|
||||
:
|
||||
tribool.boostbook
|
||||
:
|
||||
<format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/doc/html
|
||||
<dependency>reference
|
||||
;
|
||||
boostbook tribool : tribool.boostbook ;
|
||||
|
@ -1,3 +0,0 @@
|
||||
boost_module(logic DEPENDS config detail)
|
||||
|
||||
|
@ -1,12 +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(logic BOOST_DEPENDS test)
|
||||
|
||||
|
||||
boost_test_run(tribool_test)
|
||||
boost_test_run(tribool_rename_test)
|
||||
boost_test_run(tribool_io_test)
|
Reference in New Issue
Block a user