Implement basic map drawing from tileset

This commit is contained in:
2024-12-27 16:13:21 +00:00
parent 4151ca5717
commit fa7315d6b3
3 changed files with 48 additions and 6 deletions

View File

@@ -36,6 +36,7 @@ add_custom_target(lint
find_package(LibXml2 REQUIRED)
find_package(SDL2 REQUIRED CONFIG REQUIRED COMPONENTS SDL2 SDL2main)
find_package(SDL2_image REQUIRED)
add_subdirectory(engine)
add_subdirectory(app)