Imported Upstream version 3.25.0
[platform/upstream/cmake.git] / Tests / RunCMake / try_compile / EmptyListArgs.cmake
1 include(${CMAKE_CURRENT_SOURCE_DIR}/${try_compile_DEFS})
2
3 enable_language(C)
4
5 try_compile(RESULT ${try_compile_bindir_or_SOURCES}
6   ${CMAKE_CURRENT_SOURCE_DIR}/src.c
7   CMAKE_FLAGS           # no values
8   COMPILE_DEFINITIONS   # no values
9   LINK_LIBRARIES        # no values
10   LINK_OPTIONS          # no values
11   )