Subversion Repositories tpanel

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
450 andreas 1
#!/bin/bash
2
cmake -B build -DCMAKE_PREFIX_PATH="/opt/Qt/6.6.1/macos/lib/cmake:/opt/homebrew/lib/cmake"
3
 
4
if [ $? -ne 0 ]
5
then
6
    exit 1
7
fi
8
 
9
cd build
10
exec make -j8