diff options
Diffstat (limited to 'homebrew/codequery/.make.sh-auto')
-rw-r--r-- | homebrew/codequery/.make.sh-auto | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/homebrew/codequery/.make.sh-auto b/homebrew/codequery/.make.sh-auto new file mode 100644 index 000000000..2d35299be --- /dev/null +++ b/homebrew/codequery/.make.sh-auto @@ -0,0 +1,8 @@ +pkg:setup +args = std_cmake_args +args << "-DBUILD_QT5=ON" +share.install "test" +mkdir "build" && cd build +cmake .. -G Unix Makefiles *args +make +make DESTDIR=${PKG_DEST} install |