Added very basic CMakeLists.txt; will add more later

This commit is contained in:
Rose 2023-10-28 05:25:34 +13:00
parent 07a1de419e
commit 5047af19c8
Signed by: rosethorn
GPG key ID: DF8939388907D1F7

5
CMakeLists.txt Normal file
View file

@ -0,0 +1,5 @@
cmake_minimum_required(3.9)
project(Snowlight-Engine VERSION 0.0.1)
add_executable()