From 1669036e595bcc8a100e7b8b679dc8f4748f2eb7 Mon Sep 17 00:00:00 2001 From: Mike Griese Date: Fri, 29 Sep 2023 20:01:38 -0500 Subject: [PATCH] Add a note on how to build the Terminal in the OS repo (#16066) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's been literally 4 years since I worked directly in the OS repo and I forgot how to build the console 🤦 --- src/project.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/project.inc b/src/project.inc index b604f50ea6d..b34fb10f2e3 100644 --- a/src/project.inc +++ b/src/project.inc @@ -3,6 +3,9 @@ # - Common Project Configuration # ------------------------------------- +# Pull our dependencies from vcpkg. This includes gsl - if you run into errors +# from a missing gsl, make sure you go build onecore/window/vcpkg first. + !include $(PROJECT_ROOT)\vcpkg\consume.inc # -------------------------------------