4 lines
55 B
CMake
4 lines
55 B
CMake
if (DEQP_SUPPORT_EGL)
|
|
add_subdirectory(egl)
|
|
endif ()
|
|
|
if (DEQP_SUPPORT_EGL)
|
|
add_subdirectory(egl)
|
|
endif ()
|
|
|