blob: b0c97d22ef8ff5d71af375d4123b4511e2a2e2b8 [file] [log] [blame]
# EGL Wrapper
set(EGLWRAPPER_SRCS
eglwDefs.cpp
eglwDefs.hpp
eglwEnums.hpp
eglwFunctions.hpp
eglwFunctions.cpp
eglwLibrary.hpp
eglwLibrary.cpp
)
set(EGLWRAPPER_LIBS
debase
deutil
decpp
${DEQP_EGL_LIBRARIES}
)
add_library(eglwrapper STATIC ${EGLWRAPPER_SRCS})
target_link_libraries(eglwrapper ${EGLWRAPPER_LIBS})