Commit 789e3ec7 authored by cianciosa's avatar cianciosa
Browse files

Add message about how to build.

parent 88cd3b25
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -58,3 +58,11 @@ else
    echo then
    echo "   " cmake -DVARIABLE=value ... ../
fi

echo
echo Project configured. Library can be built using the make command in the
echo build directory.
echo
echo cd build
echo make
echo