Compare commits

...

2 Commits

Author SHA1 Message Date
Eric Niebler 440a36007f merged from trunk
[SVN r49607]
2008-11-06 00:15:47 +00:00
Eric Niebler d62323cb2a post-review proto version
[SVN r44061]
2008-04-05 18:00:00 +00:00
+21
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
compatibility
)
# Add a library target to the build system
boost_library_project(
compatibility
# SRCDIRS
# TESTDIRS
HEADERS ${lib_headers}
# DOCDIRS
# DESCRIPTION
MODULARIZED
# AUTHORS
# MAINTAINERS
)