4 lines
100 B
CMake
4 lines
100 B
CMake
cmake_minimum_required(VERSION 3.13)
|
|
project(${RunCMake_TEST} NONE)
|
|
include(${RunCMake_TEST}.cmake)
|