##// END OF EJS Templates
Removed Console for Windows builds with CMake...
Removed Console for Windows builds with CMake Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>

File last commit:

r1395:655463cb68b2
r1399:2ea1b8fdf69e
Show More
build.sh
8 lines | 173 B | application/x-sh | BashLexer
#!/bin/bash
mkdir build
meson -Dcpp_args='-DQT_STATICPLUGIN' -Ddefault_library=static --prefix=/tmp/SciQLOP.app --bindir=Contents/MacOS build
cd build
ninja
ninja install