File tree Expand file tree Collapse file tree 4 files changed +0
-19
lines changed Expand file tree Collapse file tree 4 files changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,6 @@ project(SwiftSyntax LANGUAGES C Swift)
13
13
set (SWIFT_VERSION 5 )
14
14
set (CMAKE_Swift_LANGUAGE_VERSION ${SWIFT_VERSION} )
15
15
16
- # ensure Swift compiler can find _CSwiftSyntax
17
- add_compile_options ($< $< COMPILE_LANGUAGE:Swift> :-I$< SEMICOLON> ${CMAKE_CURRENT_SOURCE_DIR} /Sources/_CSwiftSyntax/include> )
18
-
19
16
set (CMAKE_Swift_MODULE_DIRECTORY ${CMAKE_BINARY_DIR} /swift )
20
17
21
18
set (CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR} /lib )
Original file line number Diff line number Diff line change 6
6
# See http://swift.org/LICENSE.txt for license information
7
7
# See http://swift.org/CONTRIBUTORS.txt for Swift project authors
8
8
9
- add_subdirectory (_CSwiftSyntax )
10
9
add_subdirectory (SwiftSyntax )
11
10
add_subdirectory (SwiftDiagnostics )
12
11
add_subdirectory (SwiftParser )
Original file line number Diff line number Diff line change @@ -56,9 +56,6 @@ add_library(SwiftSyntax STATIC
56
56
gyb_generated/syntax_nodes/SyntaxTypeNodes.swift
57
57
)
58
58
59
- target_link_libraries (SwiftSyntax PRIVATE
60
- _CSwiftSyntax )
61
-
62
59
set_property (GLOBAL APPEND PROPERTY SWIFTSYNTAX_EXPORTS SwiftSyntax )
63
60
64
61
# NOTE: workaround for CMake not setting up include flags yet
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments