Add first app
This commit is contained in:
@@ -21,6 +21,8 @@ class MyFirstBrew < Formula
|
|||||||
# https://docs.brew.sh/rubydoc/Formula.html#std_configure_args-instance_method
|
# https://docs.brew.sh/rubydoc/Formula.html#std_configure_args-instance_method
|
||||||
#system "./configure", "--disable-silent-rules", *std_configure_args
|
#system "./configure", "--disable-silent-rules", *std_configure_args
|
||||||
system "cmake", "-S", ".", "-B", "build", *std_cmake_args
|
system "cmake", "-S", ".", "-B", "build", *std_cmake_args
|
||||||
|
system "cmake", "--build", "build"
|
||||||
|
system "cmake", "--install", "build"
|
||||||
end
|
end
|
||||||
|
|
||||||
test do
|
test do
|
||||||
|
|||||||
Reference in New Issue
Block a user