Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
2b91a96633cc1ef32abe98b3939417bfb2cd00a7
/
.
/
Tests
/
RunCMake
/
try_compile
/
NoCopyFileError.cmake
blob: 1a56e86e8b5e85bde412ea1957fdd9f751235eb5 [
file
] [
log
] [
blame
]
include
(
$
{
CMAKE_CURRENT_SOURCE_DIR
}/
$
{
try_compile_DEFS
})
try_compile
(
RESULT $
{
try_compile_bindir_or_SOURCES
}
$
{
CMAKE_CURRENT_SOURCE_DIR
}/
src
.
c
COPY_FILE $
{
CMAKE_CURRENT_BINARY_DIR
}/
copied
.
bin COPY_FILE_ERROR
)