Change build system to CMake
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
DEBUG=1 make
|
||||
DEBUG=1 make tests
|
||||
cmake -DCMAKE_BUILD_TYPE=Debug ..
|
||||
make
|
||||
if [ $? != 0 ]
|
||||
then
|
||||
echo "make test failed!"
|
||||
|
||||
Reference in New Issue
Block a user