Files
static_string/test/CMakeLists.txt
T
Vinnie Falco 773450c868 Use Boost lightweight_test
close #11
2019-09-13 10:05:39 -07:00

23 lines
544 B
CMake

#
# Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com)
#
# 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
#
GroupSources (include/boost/fixed_string fixed_string)
GroupSources (test "/")
add_executable (tests
${PROJECT_FILES}
Jamfile
fixed_string.cpp
)
target_link_libraries(tests
)
set_property(TARGET tests PROPERTY FOLDER "tests")