mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-21 22:54:53 -04:00
game folder "just" compiles (not link)
This commit is contained in:
parent
13d3908273
commit
1b0f7fe0c2
135 changed files with 2161 additions and 2336 deletions
6
CMakeLists.txt
Normal file
6
CMakeLists.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
cmake_minimum_required(VERSION 3.28)
|
||||
project(skeldal)
|
||||
|
||||
include_directories(platform libs)
|
||||
add_compile_options(-funsigned-char)
|
||||
add_subdirectory(game)
|
Loading…
Add table
Add a link
Reference in a new issue