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 gluFboRenderContext.cpp
18 gluFboRenderContext.hpp
21 gluProgramInterfaceQuery.cpp
22 gluProgramInterfaceQuery.hpp
37 gluTextureTestUtil.cpp
38 gluTextureTestUtil.hpp
51 gluDummyRenderContext.cpp
52 gluDummyRenderContext.hpp
64 add_library(glutil STATIC ${GLUTIL_SRCS})
65 target_link_libraries(glutil ${GLUTIL_LIBS})