Skip to content

Commit 62207ce

Browse files
committed
Add missing closing paren in CMake example
1 parent d36b067 commit 62207ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/CppInteroperability/GettingStartedWithC++Interop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ target_include_directories(cxx-support PUBLIC
169169
170170
add_executable(CxxInterop ./Sources/CxxInterop/main.swift)
171171
target_compile_options(CxxInterop PRIVATE
172-
"SHELL:-cxx-interoperability-mode=default"
172+
"SHELL:-cxx-interoperability-mode=default")
173173
target_link_libraries(CxxInterop PRIVATE cxx-support)
174174
175175
```

0 commit comments

Comments
 (0)