Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
RunCMake
/
PositionIndependentCode
/
CMakeLists.txt
blob: bfbc372618c6f14cbf00b3c2062bb05cee2baa17 [
file
]
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)