forked from boostorg/static_string
Renamed from fixed_string to static_string, added aliases
This commit is contained in:
@ -4,16 +4,16 @@
|
||||
# Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
#
|
||||
# Official repository: https://github.com/boostorg/fixed_string
|
||||
# Official repository: https://github.com/boostorg/static_string
|
||||
#
|
||||
|
||||
GroupSources (include/boost/fixed_string fixed_string)
|
||||
GroupSources (include/boost/static_string static_string)
|
||||
GroupSources (test "/")
|
||||
|
||||
add_executable (tests
|
||||
${PROJECT_FILES}
|
||||
Jamfile
|
||||
fixed_string.cpp
|
||||
static_string.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(tests
|
||||
|
@ -4,7 +4,7 @@
|
||||
# Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
#
|
||||
# Official repository: https://github.com/boostorg/fixed_string
|
||||
# Official repository: https://github.com/boostorg/static_string
|
||||
#
|
||||
|
||||
import testing ;
|
||||
@ -22,4 +22,4 @@ local defines =
|
||||
|
||||
project : requirements $(defines) ;
|
||||
|
||||
run fixed_string.cpp ;
|
||||
run static_string.cpp ;
|
||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user