7 lines
157 B
CMake
Raw Normal View History

2013-11-03 12:27:13 +02:00
cmake_minimum_required(VERSION 2.8.4)
project(${RunCMake_TEST} NONE)
2015-04-27 22:25:09 +02:00
if(NOT TEST_FILE)
set(TEST_FILE ${RunCMake_TEST}.cmake)
endif()
include(${TEST_FILE})