CMake/Tests/RunCMake/string/RunCMakeTest.cmake
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

5 lines
61 B
CMake

include(RunCMake)
run_cmake(Concat)
run_cmake(ConcatNoArgs)