CMake/Tests/RunCMake/string
Brad King 4e184a21be string: Add CONCAT sub-command
Add a string(CONCAT) command to simply concatenate input arguments
together.  This will be useful for combining strings from different
quoting syntaxes.  Add a RunCMake.string test covering these cases.
2013-10-21 12:54:20 -04:00
..
CMakeLists.txt
Concat.cmake
ConcatNoArgs-result.txt
ConcatNoArgs-stderr.txt
ConcatNoArgs.cmake
RunCMakeTest.cmake