3 add_subdirectory(wrapper)
5 # GLContextFactory uses glu
6 include_directories(../opengl)
10 egluCallLogWrapper.hpp
17 egluGLContextFactory.cpp
18 egluGLContextFactory.hpp
19 egluGLFunctionLoader.cpp
20 egluGLFunctionLoader.hpp
31 egluStaticESLibrary.cpp
32 egluStaticESLibrary.hpp
41 add_library(eglutil STATIC ${EGLUTIL_SRCS})
42 target_link_libraries(eglutil tcutil eglwrapper glutil glwrapper ${DEQP_EGL_LIBRARIES})