Imported Upstream version 3.25.0
[platform/upstream/cmake.git] / Tests / RunCMake / try_compile / BadSources2.cmake
1 include(${CMAKE_CURRENT_SOURCE_DIR}/${try_compile_DEFS})
2 enable_language(C)
3 try_compile(RESULT ${try_compile_bindir_or_SOURCES}
4   ${try_compile_redundant_SOURCES} ${CMAKE_CURRENT_SOURCE_DIR}/src.c
5                                    ${CMAKE_CURRENT_SOURCE_DIR}/src.cxx
6   )