mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-08-06 06:18:12 -04:00
import sdl, some tests, nothing work yet
This commit is contained in:
parent
a7278bac40
commit
378b5586ab
37 changed files with 721 additions and 167 deletions
|
@ -1,7 +1,16 @@
|
|||
cmake_minimum_required(VERSION 3.28)
|
||||
project(skeldal)
|
||||
|
||||
# Najít SDL2 knihovnu
|
||||
find_package(SDL2 REQUIRED)
|
||||
|
||||
|
||||
include_directories(platform libs)
|
||||
|
||||
|
||||
include_directories( ${SDL2_INCLUDE_DIRS})
|
||||
add_compile_options(-funsigned-char)
|
||||
enable_testing()
|
||||
add_subdirectory(libs)
|
||||
add_subdirectory(platform)
|
||||
add_subdirectory(game)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue