mirror of
https://github.com/apple/swift.git
synced 2026-06-27 12:25:55 +02:00
8c0249c0d9
Update http link to CMake 3.0.2 documentation cmake-commands(7) configure_file
10 lines
224 B
C
10 lines
224 B
C
// This file is processed by CMake.
|
|
// See https://cmake.org/cmake/help/v3.0/command/configure_file.html.
|
|
|
|
#ifndef SWIFT_CONFIG_H
|
|
#define SWIFT_CONFIG_H
|
|
|
|
#cmakedefine SWIFT_HAVE_WORKING_STD_REGEX 1
|
|
|
|
#endif // SWIFT_CONFIG_H
|