Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
aa6b2180bf9926e62641871908ae059c19ddb3a3
/
.
/
Tests
/
RunCMake
/
try_compile
/
NoCopyFile.cmake
blob: 270dff9b2117f7d2953218bcc499077f1c6401fc [
file
]
include
(
$
{
CMAKE_CURRENT_SOURCE_DIR
}/
$
{
try_compile_DEFS
})
try_compile
(
RESULT $
{
try_compile_bindir_or_SOURCES
}
$
{
CMAKE_CURRENT_SOURCE_DIR
}/
src
.
c
COPY_FILE
)