##// END OF EJS Templates
Merge pull request 416 from SciQLop-IPSIS-fork CMake_rework...
Merge pull request 416 from SciQLop-IPSIS-fork CMake_rework CMake rework + all non merged commits from last months

File last commit:

r620:3dbb981097b0
r1338:8de1d294b752 merge develop
Show More
build.sh
8 lines | 117 B | application/x-sh | BashLexer
#!/bin/bash
mkdir build
meson --prefix=/tmp/SciQLOP.app --bindir=Contents/MacOS build
cd build
ninja
ninja install