adding in build and helloworld

This commit is contained in:
talksik
2024-01-13 10:58:32 -08:00
parent c1a9358e38
commit 1cd19ddf3a
33 changed files with 3285 additions and 0 deletions
Executable
+14
View File
@@ -0,0 +1,14 @@
#!/bin/sh
rm -rf build/
mkdir -p build/
cd build
# Build the project
cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug ..
make
cp ./compile_commands.json ../
./ThumbnailGenerator