mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 12:49:36 -06:00
Our RunCMake.<lower-case> namespace is meant for testing individual CMake language commands.
4 lines
99 B
CMake
4 lines
99 B
CMake
cmake_minimum_required(VERSION 3.3)
|
|
project(${RunCMake_TEST} NONE)
|
|
include(${RunCMake_TEST}.cmake)
|