Files
OnLineTerminalGame/libs/TerRend/CMakeLists.txt

3 lines
85 B
CMake
Raw Permalink Normal View History

2025-01-20 20:08:42 +00:00
cmake_minimum_required(VERSION 3.28.0)
2025-01-20 20:20:25 +00:00
add_library(terrend SHARED "src/terrend.cpp")