blob: b758e23cdfccf0655085a0e05ae3da29eeb12002 (
plain)
1
2
3
4
5
6
7
|
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)
|