Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
97d7ec76e45706293061b7cde0ca2ea3a9ae40e2
/
.
/
Tests
/
RunCMake
/
CheckCompilerFlag
/
CMakeLists.txt
blob: 30cb9aebf046508fdde7b2e97945b4d616c1d8e8 [
file
]
cmake_minimum_required(VERSION 3.13)
if(POLICY CMP0129)
cmake_policy(SET CMP0129 NEW)
endif()
project(${RunCMake_TEST} LANGUAGES NONE)
include(${RunCMake_TEST}.cmake)