CMake/Tests/Module/GenerateExportHeader
Daniel Pfeifer 7a649111cd Use string(APPEND) in Tests
Automate with:

find Tests -type f -print0 | xargs -0 perl -i -0pe \
's/set\(([a-zA-Z0-9_]+)(\s+)"\$\{\1\}([^"])/string(APPEND \1\2"\3/g'
2016-07-28 00:43:04 +02:00
..
c_identifier Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
lib_shared_and_static Tests: Run clang-format on GenerateExportHeader code 2016-06-29 09:09:54 -04:00
libshared Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
libstatic Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
nodeprecated Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
reference GenerateExportHeader: Do not define DEFINE_NO_DEPRECATED (#16022) 2016-03-17 10:40:24 -04:00
CMakeLists.txt Use string(APPEND) in Tests 2016-07-28 00:43:04 +02:00
exportheader_test.cpp Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00