Files
swift-mirror/Runtimes/Core/runtime/CMakeConfig.h.in
Evan Wilde 96429952bb Build runtime library
Getting the runtime libraries building, while also ironing out more of
the macro definitions and flags.
2024-11-06 21:27:53 -08:00

14 lines
372 B
C

// This file is processed by CMake.
// See https://cmake.org/cmake/help/v3.0/command/configure_file.html.
#ifndef SWIFT_RUNTIME_CMAKECONFIG_H
#define SWIFT_RUNTIME_CMAKECONFIG_H
#cmakedefine01 SWIFT_BNI_OS_BUILD
#cmakedefine01 SWIFT_BNI_XCODE_BUILD
#define SWIFT_VERSION_MAJOR "@SwiftCore_VERSION_MAJOR@"
#define SWIFT_VERSION_MINOR "@SwiftCore_VERSION_MINOR@"
#endif