From 5047af19c8d3950ebf97d509fc1136e2c3a43935 Mon Sep 17 00:00:00 2001 From: Rose Date: Sat, 28 Oct 2023 05:25:34 +1300 Subject: [PATCH] Added very basic CMakeLists.txt; will add more later --- CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..a79fead --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,5 @@ +cmake_minimum_required(3.9) + +project(Snowlight-Engine VERSION 0.0.1) + +add_executable()