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
39 gluTextureTestUtil.cpp
40 gluTextureTestUtil.hpp
53 gluDummyRenderContext.cpp
54 gluDummyRenderContext.hpp
66 add_library(glutil STATIC ${GLUTIL_SRCS})
67 target_link_libraries(glutil ${GLUTIL_LIBS})