Try to build dragndrop installer for OpenMesh on Mac containing release and debug version

This commit is contained in:
Jan Möbius
2016-05-12 10:56:36 +02:00
parent a5dbe44e2d
commit b1319aae79

View File

@@ -78,7 +78,7 @@ fi
cd build-release-$BUILDPATH cd build-release-$BUILDPATH
cmake -DCMAKE_BUILD_TYPE=Release -DOPENMESH_BUILD_PYTHON_UNIT_TESTS=ON -DBUILD_APPS=OFF $OPTIONS ../ cmake -DCMAKE_BUILD_TYPE=Release -DOPENMESH_BUILD_PYTHON_UNIT_TESTS=ON -DBUILD_APPS=OFF -DCPACK_BINARY_DRAGNDROP=ON $OPTIONS ../
#build it #build it
make make
@@ -191,3 +191,21 @@ else
echo -e "${NC}" echo -e "${NC}"
fi fi
cd ..
cd ..
echo -e "${OUTPUT}"
echo ""
echo "======================================================================"
echo "Package creation"
echo "======================================================================"
echo -e "${NC}"
cd build-release-$BUILDPATH
cp ../build-debug-$BUILDPATH/Build/lib/* ./Build/lib/
cmake .
make package