mirror of
https://github.com/boostorg/range.git
synced 2025-07-30 12:57:28 +02:00
Add basic copyright/license to keep cmake out of the inspection report
[SVN r55095]
This commit is contained in:
@ -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
|
||||||
|
#
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
# This file was automatically generated from the original CMakeLists.txt file
|
# This file was automatically generated from the original CMakeLists.txt file
|
||||||
# Add a variable to hold the headers for the library
|
# Add a variable to hold the headers for the library
|
||||||
|
@ -1 +1,7 @@
|
|||||||
|
#
|
||||||
|
# Copyright Troy D. Straszheim
|
||||||
|
#
|
||||||
|
# Distributed under the Boost Software License, Version 1.0.
|
||||||
|
# See http://www.boost.org/LICENSE_1_0.txt
|
||||||
|
#
|
||||||
boost_add_documentation(boost_range.qbk)
|
boost_add_documentation(boost_range.qbk)
|
@ -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_additional_test_dependencies(range BOOST_DEPENDS test)
|
boost_additional_test_dependencies(range BOOST_DEPENDS test)
|
||||||
|
|
||||||
message(STATUS "libs/range/test: need -Wall -Wunused here when under gcc")
|
message(STATUS "libs/range/test: need -Wall -Wunused here when under gcc")
|
||||||
|
Reference in New Issue
Block a user