making basic server work with dependencies for uwebsockets added to cmake

This commit is contained in:
talksik
2024-01-27 11:42:27 -08:00
parent cbe57d4c18
commit 5abd11124d
5 changed files with 98 additions and 190 deletions
Executable
+18
View File
@@ -0,0 +1,18 @@
#!/bin/sh
set -e
cd server/
rm -rf build/
mkdir -p build/
cd build
# Build the project
cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug ..
make
cp ./compile_commands.json ../
./HomechatServer