Building debug libs

This commit is contained in:
Bassem Girgis
2019-08-14 22:13:29 -05:00
parent f44a68dae8
commit 588f38ffed
2 changed files with 7 additions and 3 deletions

View File

@@ -67,6 +67,10 @@ elif [ "${machineArch}" = "Windows" ]; then
cmake \
--build . \
--config Release \
--target INSTALL && \
cmake \
--build . \
--config Debug \
--target INSTALL)
else
echo "unknown architecture"