Skip to content

Commit bfc9c09

Browse files
committed
build: add additional target exports
When building swift-driver with static libraries, we need to add this additional export. This is meant to support building swift-driver with static libraries for use as the early swift-driver on Windows.
1 parent 7f66879 commit bfc9c09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/CSwiftScan/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@
88

99
add_library(CSwiftScan STATIC
1010
CSwiftScanImpl.c)
11+
set_property(GLOBAL APPEND PROPERTY SWIFTDRIVER_EXPORTS CSwiftScan)

0 commit comments

Comments
 (0)