We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ae6645d + aa49939 commit 10820f3Copy full SHA for 10820f3
tools/swift-swiftsyntax-test/CMakeLists.txt
@@ -1,6 +1,7 @@
1
add_swift_host_tool(swift-swiftsyntax-test
2
main.swift
3
CommandLineArguments.swift
4
+ empty.c # FIXME: If there is no C file in the target Xcode skips the linking phase and doesn't create the executable
5
COMPILE_FLAGS "-module-name" "main"
6
DEPENDS
7
swiftSwiftSyntax-macosx
tools/swift-swiftsyntax-test/empty.c
@@ -0,0 +1 @@
+
0 commit comments