summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/CTest/CMakeLists.txt
blob: f6e84c04ddc751d1bd27611153543109e0305ce1 (plain)
1
2
3
4
5
cmake_minimum_required(VERSION 2.8)
if(NOT NoProject)
  project(${RunCMake_TEST} NONE)
endif()
include(${RunCMake_TEST}.cmake)