#826 Added opm-flowdiagnostics libary with a basic test

This commit is contained in:
Magne Sjaastad
2016-09-05 15:23:24 +02:00
parent 8b16c036fd
commit 5420960b22
43 changed files with 6554 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
#!/bin/sh
set -e
mkdir -p opm-flowdiagnostics/build
(cd opm-flowdiagnostics/build
cmake ../ -DBUILD_SHARED_LIBS=ON
make)