CMake/Tests/Plugin
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
..
PluginTest Do not set SONAME for MODULE library targets (#15705) 2015-08-20 10:45:09 -04:00
include Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
src Tests: Restore fix to Plugin test on Watcom compiler 2016-06-09 09:11:10 -04:00
CMakeLists.txt Use string(APPEND) in Tests 2016-07-28 00:43:04 +02:00
check_mod_soname.cmake Tests: Use a less strict regular expression to look for "SONAME" 2015-09-01 10:30:09 -04:00