Copyrights on CMakeLists.txt to keep them from clogging up the inspect

reports.  This is essentially the same commit as r55095 on the release
branch.



[SVN r55159]
This commit is contained in:
Troy D. Straszheim
2009-07-26 00:49:56 +00:00
parent 62461d8848
commit 87ecd7d39f
2 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,9 @@
#
# Copyright Troy D. Straszheim
#
# Distributed under the Boost Software License, Version 1.0.
# See http://www.boost.org/LICENSE_1_0.txt
#
boost_test_run(static_assert_test ../static_assert_test.cpp)
boost_test_run(static_assert_example_2 ../static_assert_example_2.cpp)
boost_test_run(static_assert_example_3 ../static_assert_example_3.cpp)