1 # glu - Generic OpenGL (ES 2.0/3.0) test utilities
3 if (IS_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/simplereference)
4 add_subdirectory(simplereference)
7 add_subdirectory(wrapper)
17 gluES3PlusWrapperContext.cpp
18 gluES3PlusWrapperContext.hpp
19 gluFboRenderContext.cpp
20 gluFboRenderContext.hpp
23 gluProgramInterfaceQuery.cpp
24 gluProgramInterfaceQuery.hpp
51 gluDummyRenderContext.cpp
52 gluDummyRenderContext.hpp
64 add_library(glutil STATIC ${GLUTIL_SRCS})
65 target_link_libraries(glutil ${GLUTIL_LIBS})