File tree Expand file tree Collapse file tree 4 files changed +0
-20
lines changed Expand file tree Collapse file tree 4 files changed +0
-20
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 8
8
9
9
add_library (SwiftSyntax STATIC
10
10
AbsolutePosition.swift
11
- AtomicCounter.swift
12
11
BumpPtrAllocator.swift
13
12
IncrementalParseTransition.swift
14
13
SourceLength.swift
@@ -56,9 +55,6 @@ add_library(SwiftSyntax STATIC
56
55
gyb_generated/syntax_nodes/SyntaxTypeNodes.swift
57
56
)
58
57
59
- target_link_libraries (SwiftSyntax PRIVATE
60
- _CSwiftSyntax )
61
-
62
58
set_property (GLOBAL APPEND PROPERTY SWIFTSYNTAX_EXPORTS SwiftSyntax )
63
59
64
60
# 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