#!/bin/sh
#
# For the release - build both static and shared
#

util/cmake_static_build $@
util/cmake_shared_build $@
