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.
14 lines
367 B
14 lines
367 B
# dEQP Modules
|
|
add_subdirectory(glshared)
|
|
add_subdirectory(gles2)
|
|
add_subdirectory(gles3)
|
|
add_subdirectory(gles31)
|
|
add_subdirectory(egl)
|
|
|
|
# Misc
|
|
add_subdirectory(internal)
|
|
|
|
# Pass DEQP_MODULE_LIBRARIES and DEQP_MODULE_ENTRY_POINTS
|
|
set(DEQP_MODULE_LIBRARIES ${DEQP_MODULE_LIBRARIES} PARENT_SCOPE)
|
|
set(DEQP_MODULE_ENTRY_POINTS ${DEQP_MODULE_ENTRY_POINTS} PARENT_SCOPE)
|