mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-12-12 13:22:01 +00:00
7 lines
236 B
CMake
7 lines
236 B
CMake
# 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)
|