Moved display functions to other file
This commit is contained in:
parent
88e548d058
commit
bc4f402580
4 changed files with 104 additions and 66 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue