mirror of
https://github.com/apple/sourcekit-lsp.git
synced 2026-06-24 12:21:58 +02:00
ee2ffdcf41
Create a module map for the CSKTestSupport module, exporting the header "CSKTestSupport.h". This allows for better modularization and encapsulation of the support functionalities. Signed-off-by: Maxwell Elliott <maxwell@elliott.now>
5 lines
65 B
Plaintext
5 lines
65 B
Plaintext
module CSKTestSupport {
|
|
header "CSKTestSupport.h"
|
|
export *
|
|
}
|