1 2 3 4 5
cmake_minimum_required(VERSION 2.8.9) project(CTestTestMemcheckUnknownQuoted) include(CTest) add_test (RunCMake "\"${CMAKE_COMMAND}\"")