mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
869904271b
Enable C or CXX (or nothing) as needed in each test case. This will allow us to add test cases that do not enable CXX.
4 lines
99 B
CMake
4 lines
99 B
CMake
cmake_minimum_required(VERSION 3.0)
|
|
project(${RunCMake_TEST} NONE)
|
|
include(${RunCMake_TEST}.cmake)
|