File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Runtimes/Supplemental/Observation Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ set(${PROJECT_NAME}_VENDOR_MODULE_DIR "${CMAKE_SOURCE_DIR}/../cmake/modules/vend
4040 CACHE FILEPATH "Location for private build system extension" )
4141
4242find_package (SwiftCore REQUIRED)
43+ find_package (SwiftOverlay REQUIRED)
4344
4445include (GNUInstallDirs)
4546
Original file line number Diff line number Diff line change @@ -2595,6 +2595,7 @@ function Build-ExperimentalRuntime {
25952595 CMAKE_SYSTEM_NAME = $Platform.OS.ToString ();
25962596
25972597 SwiftCore_DIR = " $ ( Get-ProjectBinaryCache $Platform ExperimentalRuntime) \cmake\SwiftCore" ;
2598+ SwiftOverlay_DIR = " $ ( Get-ProjectBinaryCache $Platform ExperimentalOverlay) \cmake\SwiftOverlay" ;
25982599 }
25992600 }
26002601}
You can’t perform that action at this time.
0 commit comments