7 lines
155 B
CMake
Raw Normal View History

2023-07-02 19:51:09 +02:00
cmake_minimum_required(VERSION 3.5)
2013-11-03 12:27:13 +02:00
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})