summaryrefslogtreecommitdiff
path: root/homebrew/codequery/.make.sh-auto
blob: 2d35299be949bcc8a44d0d3a143a6531ba5d1efd (plain)
1
2
3
4
5
6
7
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