TGA and RGB image loading
This commit is contained in:
parent
bc4f402580
commit
2fdbf21e28
7 changed files with 169 additions and 3 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue