6 lines
127 B
CMake
6 lines
127 B
CMake
cmake_minimum_required(VERSION 3.9)
|
|
project(${RunCMake_TEST} NONE)
|
|
|
|
include(CheckIPOSupported)
|
|
include(${RunCMake_TEST}.cmake)
|