From ce8d784053aabac0bdbff4838a844b04d0738749 Mon Sep 17 00:00:00 2001 From: Mike Nolan Date: Sun, 19 Apr 2026 21:57:17 -0500 Subject: [PATCH] Add first app --- Formula/my-first-brew.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/my-first-brew.rb b/Formula/my-first-brew.rb index f0979bd..77d79af 100644 --- a/Formula/my-first-brew.rb +++ b/Formula/my-first-brew.rb @@ -21,6 +21,8 @@ class MyFirstBrew < Formula # https://docs.brew.sh/rubydoc/Formula.html#std_configure_args-instance_method #system "./configure", "--disable-silent-rules", *std_configure_args system "cmake", "-S", ".", "-B", "build", *std_cmake_args + system "cmake", "--build", "build" + system "cmake", "--install", "build" end test do