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()