Bob/src/CMakeLists.txt
Tim Schubert 32eae1e97d Added caching for the grid texture.
Modified the rendering of the grid texture to render only what fits within the presented rectangle.
2016-01-27 02:41:18 +01:00

2 lines
No EOL
229 B
CMake

add_executable(Bob Bob.cpp Bob.hpp Gameplay.cpp Gameplay.hpp Gui.hpp Gui.cpp Events.cpp Exceptions.hpp Pixelmask.h Wrapper.hpp Wrapper.cpp)
target_link_libraries(Bob ${SDL2_LIB} ${SDL2_GFX_LIB} ${SDL2_TTF_LIB} ${Boost_LIBRARIES})