zdoom-macos-deps/deps/cmake/share/cmake-3.25/Modules/Platform/Generic-ELF.cmake

8 lines
236 B
CMake
Raw Normal View History

2023-01-10 14:42:48 +00:00
# This is a platform definition file for platforms without
# an operating system using the ELF executable format.
# It is used when CMAKE_SYSTEM_NAME is set to "Generic-ELF"
include(Platform/Generic)
set(CMAKE_EXECUTABLE_SUFFIX .elf)