4e184a21be
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.
4 lines
101 B
CMake
4 lines
101 B
CMake
cmake_minimum_required(VERSION 2.8.4)
|
|
project(${RunCMake_TEST} NONE)
|
|
include(${RunCMake_TEST}.cmake)
|