From 57d69746f0d433f33898de1f4e65e10ed82212f6 Mon Sep 17 00:00:00 2001 From: NaifBanana <30419422+NaifBanana@users.noreply.github.com> Date: Fri, 23 Feb 2024 20:00:58 -0600 Subject: [PATCH] Initialize Project --- .gitignore | 1 + CMakeLists.txt | 0 source/CMakeLists.txt | 0 3 files changed, 1 insertion(+) create mode 100644 .gitignore create mode 100644 CMakeLists.txt create mode 100644 source/CMakeLists.txt diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d163863 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +build/ \ No newline at end of file diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..e69de29 diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt new file mode 100644 index 0000000..e69de29