TGA and RGB image loading

This commit is contained in:
trotFunky 2019-09-25 00:36:57 +02:00
parent bc4f402580
commit 2fdbf21e28
7 changed files with 169 additions and 3 deletions

View file

@ -11,7 +11,7 @@ if(NOT ${OPENGL_GLU_FOUND})
endif()
add_executable(tests_opengl
src/main.cpp src/displayers.h src/displayers.cpp)
src/main.cpp src/displayers.h src/displayers.cpp src/Texture.cpp src/Texture.h)
target_link_libraries(tests_opengl
${OPENGL_LIBRARIES}