mirror of
https://github.com/boostorg/logic.git
synced 2025-12-23 23:28:18 +01:00
Compare commits
5 Commits
boost-1.38
...
svn-branch
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ab7689b020 | ||
|
|
15b34d0bf4 | ||
|
|
d1f46c8f98 | ||
|
|
23af176127 | ||
|
|
196865d37f |
@@ -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
|
||||
)
|
||||
|
||||
|
||||
@@ -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)
|
||||
@@ -8,7 +8,6 @@
|
||||
#include <sstream>
|
||||
#include <string>
|
||||
#include <iostream>
|
||||
#include <ios> // for std::boolalpha
|
||||
|
||||
#ifndef BOOST_NO_STD_LOCALE
|
||||
# include <locale>
|
||||
|
||||
Reference in New Issue
Block a user