mirror of
https://github.com/apple/sourcekit-lsp.git
synced 2026-03-02 18:23:24 +01:00
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 *
|
|
}
|