Subversion Repositories tpanel

Rev

Rev 450 | Details | Compare with Previous | Last modification | View Log | RSS feed

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