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.
22 lines
488 B
22 lines
488 B
# Simple GLESx reference
|
|
|
|
set(SGLR_SRCS
|
|
sglrContext.cpp
|
|
sglrContext.hpp
|
|
sglrContextUtil.hpp
|
|
sglrContextUtil.cpp
|
|
sglrContextWrapper.cpp
|
|
sglrContextWrapper.hpp
|
|
sglrReferenceContext.cpp
|
|
sglrReferenceContext.hpp
|
|
sglrReferenceUtils.cpp
|
|
sglrReferenceUtils.hpp
|
|
sglrShaderProgram.cpp
|
|
sglrShaderProgram.hpp
|
|
sglrGLContext.cpp
|
|
sglrGLContext.hpp
|
|
)
|
|
|
|
add_library(glutil-sglr STATIC ${SGLR_SRCS})
|
|
target_link_libraries(glutil-sglr glutil tcutil referencerenderer ${DEQP_GLES2_LIBRARIES})
|