CMake/Tests/Preprocess
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
..
CMakeLists.txt Use string(APPEND) in Tests 2016-07-28 00:43:04 +02:00
file_def.h ENH: Create COMPILE_DEFINITIONS property for targets and source files. Create <config>_COMPILE_DEFINITIONS property as per-configuration version. Add Preprocess test to test the feature. Document limitations on Xcode and VS6 generators. 2008-01-14 09:20:58 -05:00
preprocess.c Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
preprocess.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
preprocess.h.in Drop Visual Studio 6 generator 2016-03-09 09:42:18 -05:00
target_def.h ENH: Create COMPILE_DEFINITIONS property for targets and source files. Create <config>_COMPILE_DEFINITIONS property as per-configuration version. Add Preprocess test to test the feature. Document limitations on Xcode and VS6 generators. 2008-01-14 09:20:58 -05:00