You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
867 B

# EGL utilities
add_subdirectory(wrapper)
# GLContextFactory uses glu
include_directories(../opengl)
set(EGLUTIL_SRCS
egluCallLogWrapper.cpp
egluCallLogWrapper.hpp
egluConfigFilter.cpp
egluConfigFilter.hpp
egluConfigInfo.cpp
egluConfigInfo.hpp
egluDefs.cpp
egluDefs.hpp
egluGLContextFactory.cpp
egluGLContextFactory.hpp
egluGLFunctionLoader.cpp
egluGLFunctionLoader.hpp
egluGLUtil.cpp
egluGLUtil.hpp
egluNativeDisplay.cpp
egluNativeDisplay.hpp
egluNativePixmap.cpp
egluNativePixmap.hpp
egluNativeWindow.cpp
egluNativeWindow.hpp
egluPlatform.cpp
egluPlatform.hpp
egluStaticESLibrary.cpp
egluStaticESLibrary.hpp
egluStrUtil.cpp
egluStrUtil.hpp
egluUtil.cpp
egluUtil.hpp
egluUnique.hpp
egluUnique.cpp
)
add_library(eglutil STATIC ${EGLUTIL_SRCS})
target_link_libraries(eglutil tcutil eglwrapper glutil glwrapper ${DEQP_EGL_LIBRARIES})