Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
aed29e04bcb4e2a11ceca1d1090657d28e4670de
/
.
/
Modules
/
Platform
/
Generic-ELF.cmake
blob: 943cb6b03a4368c584992bd7cdeb92bb0c48bb53 [
file
]
# 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
)