Skip to content

Commit 672014e

Browse files
committed
Observation: wire up SwiftOverlay to the build
Ensure that we are building against the right overlay libraries and wire them up into the build.
1 parent 0334abd commit 672014e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Runtimes/Supplemental/Observation/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

4242
find_package(SwiftCore REQUIRED)
43+
find_package(SwiftOverlay REQUIRED)
4344

4445
include(GNUInstallDirs)
4546

utils/build.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)