Moved display functions to other file

This commit is contained in:
trotFunky 2019-09-24 11:34:40 +02:00
parent 88e548d058
commit bc4f402580
4 changed files with 104 additions and 66 deletions

View file

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