Missing make command for python

This commit is contained in:
Jan Möbius
2015-11-26 08:26:50 +01:00
parent ece951ad2f
commit b081460cb5

View File

@@ -69,6 +69,9 @@ cd build-debug
cmake -DCMAKE_BUILD_TYPE=Debug -DOPENMESH_BUILD_UNIT_TESTS=TRUE -DSTL_VECTOR_CHECKS=ON -DOPENMESH_BUILD_PYTHON_UNIT_TESTS=ON $OPTIONS ../
#build it
make
#build the unit tests
make unittests