Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
RunCMake
/
try_compile
/
BadLinkLibraries.cmake
blob: b758e23cdfccf0655085a0e05ae3da29eeb12002 [
file
]
include
(
$
{
CMAKE_CURRENT_SOURCE_DIR
}/
$
{
try_compile_DEFS
})
add_custom_target
(
not_a_library
)
try_compile
(
RESULT $
{
try_compile_bindir_or_SOURCES
}
$
{
CMAKE_CURRENT_SOURCE_DIR
}/
src
.
c
LINK_LIBRARIES not_a_library
)