This commit is contained in:
2025-01-20 20:08:42 +00:00
parent feea16ef0c
commit 851c5e2aed
9 changed files with 40 additions and 2 deletions

1
libs/CMakeLists.txt Normal file
View File

@@ -0,0 +1 @@
add_subdirectory(TerRend)

View File

@@ -0,0 +1,3 @@
cmake_minimum_required(VERSION 3.28.0)
project(terrend)
add_library(${CMAKE_PROJECT_NAME} SHARED "src/terrend.cpp")

View File

View File