Add first app

This commit is contained in:
2026-04-19 22:03:13 -05:00
parent 51f869f182
commit 3c107686a9

View File

@@ -21,8 +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"
system "cmake", "--build", "build"
system "cmake", "--install", "build"
end
test do