adding in initial helloworld files

This commit is contained in:
talksik
2023-07-20 19:48:31 -07:00
parent b8d7a39ada
commit 27c29b5420
32 changed files with 3244 additions and 0 deletions
Executable
+8
View File
@@ -0,0 +1,8 @@
#!/bin/sh
export PROJECT_SOURCE_DIR=$HOME/Code/cpp_helloworld/
# Build the project
cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug $PROJECT_SOURCE_DIR
make