Compare commits

...

2 Commits

Author SHA1 Message Date
ab091535e5 merged from trunk
[SVN r49607]
2008-11-06 00:15:47 +00:00
a50850668f post-review proto version
[SVN r44061]
2008-04-05 18:00:00 +00:00
2 changed files with 24 additions and 0 deletions

21
CMakeLists.txt Normal file
View File

@ -0,0 +1,21 @@
#----------------------------------------------------------------------------
# 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
)

3
test/CMakeLists.txt Normal file
View File

@ -0,0 +1,3 @@
boost_test_run(tribool_test)
boost_test_run(tribool_rename_test)
boost_test_run(tribool_io_test)