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