Added resource generation and resource display. Should commit more often...

This commit is contained in:
Tim Schubert 2016-01-18 22:56:26 +01:00
parent 189e840f25
commit 0d523b6541
11 changed files with 605 additions and 162 deletions

View file

@ -1,3 +1,2 @@
add_executable(Bob Main.cpp)
add_library(GameMap GameMap.cpp)
target_link_libraries(Bob GameMap ${SDL2_LIBRARY} ${SDL2GFX_LIBRARY} ${Boost_LIBRARIES})
add_executable(Bob Main.cpp Main.hpp Grid.cpp Grid.hpp Gameplay.cpp Gameplay.hpp Gui.hpp Gui.cpp)
target_link_libraries(Bob ${SDL2_LIBRARY} ${SDL2GFX_LIBRARY} ${Boost_LIBRARIES})