10 lines
172 B
CMake
Raw Normal View History

2021-09-14 00:13:48 +02:00
cmake_minimum_required(VERSION 3.13)
2022-03-29 21:10:50 +02:00
if(POLICY CMP0129)
cmake_policy(SET CMP0129 NEW)
endif()
2021-09-14 00:13:48 +02:00
project(${RunCMake_TEST} LANGUAGES NONE)
include(${RunCMake_TEST}.cmake)