Generic-ELF.cmake 236 B

1234567
  1. # This is a platform definition file for platforms without
  2. # an operating system using the ELF executable format.
  3. # It is used when CMAKE_SYSTEM_NAME is set to "Generic-ELF"
  4. include(Platform/Generic)
  5. set(CMAKE_EXECUTABLE_SUFFIX .elf)