blob: 34256d6320bad9b9a4ea8d68624897321b614c48 [file] [log] [blame]
# GL Wrapper
set(GLWRAPPER_SRCS
glw.h
glwDefs.cpp
glwDefs.hpp
glwEnums.hpp
glwFunctionLoader.hpp
glwFunctions.hpp
glwFunctions.cpp
glwInitES20Direct.hpp
glwInitES20Direct.cpp
glwInitES30Direct.hpp
glwInitES30Direct.cpp
glwInitES31Direct.hpp
glwInitES31Direct.cpp
glwInitES32Direct.hpp
glwInitES32Direct.cpp
glwInitFunctions.hpp
glwInitFunctions.cpp
glwWrapper.hpp
glwWrapper.cpp
)
set(GLWRAPPER_LIBS
debase
deutil
decpp
${DEQP_GLES2_LIBRARIES}
${DEQP_GLES3_LIBRARIES}
${DEQP_GLES31_LIBRARIES}
${DEQP_GLES32_LIBRARIES}
)
add_library(glwrapper STATIC ${GLWRAPPER_SRCS})
target_link_libraries(glwrapper ${GLWRAPPER_LIBS})