mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
This way they can be used from other projects, like LLDB. The downside is we now have to make sure the header is included consistently in all the places we care about, but I think in practice that won't be a problem, especially not with tests. rdar://problem/22240127 Swift SVN r31173
5 lines
126 B
CMake
5 lines
126 B
CMake
configure_file(Config.h.in ${CMAKE_CURRENT_BINARY_DIR}/Config.h
|
|
ESCAPE_QUOTES @ONLY)
|
|
|
|
add_subdirectory(Option)
|