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.
1 parent cfe9f90 commit 65dcb31Copy full SHA for 65dcb31
utils/build.ps1
@@ -3607,6 +3607,8 @@ function Build-SourceKitLSP([Hashtable] $Platform) {
3607
SwiftPM_DIR = (Get-ProjectCMakeModules $Platform PackageManager);
3608
LMDB_DIR = (Get-ProjectCMakeModules $Platform LMDB);
3609
IndexStoreDB_DIR = (Get-ProjectCMakeModules $Platform IndexStoreDB);
3610
+ SwiftMarkdown_DIR = (Get-ProjectCMakeModules $Platform Markdown);
3611
+ "cmark-gfm_DIR" = "$($Platform.ToolchainInstallRoot)\usr\lib\cmake";
3612
}
3613
3614
0 commit comments