mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 22:59:56 -05:00
5 lines
116 B
Plaintext
5 lines
116 B
Plaintext
cmake_minimum_required(VERSION 3.1)
|
|
project(CTestTest@CASE_NAME@ NONE)
|
|
include(CTest)
|
|
@CASE_CMAKELISTS_SUFFIX_CODE@
|