mirror of
https://github.com/boostorg/logic.git
synced 2025-12-22 23:02:42 +01:00
Compare commits
4 Commits
boost-1.39
...
boost-1.41
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ef0ef5dc1d | ||
|
|
b86917fe43 | ||
|
|
987080a8c7 | ||
|
|
bd737d03b0 |
@@ -1,21 +0,0 @@
|
||||
#----------------------------------------------------------------------------
|
||||
# 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
|
||||
)
|
||||
|
||||
|
||||
@@ -11,4 +11,5 @@ boostbook tribool
|
||||
tribool.boostbook
|
||||
:
|
||||
<format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/doc/html
|
||||
<dependency>reference
|
||||
;
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
boost_module(logic DEPENDS config detail)
|
||||
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
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