mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-16 11:16:42 -04:00
6 lines
150 B
CMake
6 lines
150 B
CMake
cmake_minimum_required(VERSION 3.28)
|
|
project(skeldal)
|
|
|
|
include_directories(platform libs)
|
|
add_compile_options(-funsigned-char)
|
|
add_subdirectory(game)
|