RunCMakeTest.cmake 120 B

12345
  1. include(RunCMake)
  2. if(HAVE_ELF_H)
  3. run_cmake_command(ELF ${CMAKE_COMMAND} -P ${RunCMake_SOURCE_DIR}/ELF.cmake)
  4. endif()