Implement basic map drawing from tileset
This commit is contained in:
@@ -4,5 +4,9 @@ add_executable(game
|
||||
set_default_target_options(game)
|
||||
target_include_directories(game PUBLIC include)
|
||||
|
||||
target_link_libraries(game
|
||||
PRIVATE LibXml2::LibXml2 SDL2::SDL2 SDL2::SDL2main)
|
||||
target_link_libraries(game PRIVATE
|
||||
LibXml2::LibXml2
|
||||
SDL2::SDL2
|
||||
SDL2::SDL2main
|
||||
SDL2_image::SDL2_image
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user