Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
491ecd47ceebaa3ff136df223d4f4112ff577b33
/
.
/
Tests
/
RunCMake
/
PositionIndependentCode
/
CMakeLists.txt
blob: bfbc372618c6f14cbf00b3c2062bb05cee2baa17 [
file
] [
log
] [
blame
]
cmake_minimum_required(VERSION 3.10)
project(${RunCMake_TEST} CXX)
# MSVC creates extra targets which pollute the stderr unless we set this.
set(CMAKE_SUPPRESS_REGENERATION TRUE)
include(${RunCMake_TEST}.cmake)