Unverified Commit 84a8b5b6 by graptis Committed by GitHub

Removed PVRScope samples from ES2 builds

parent c1605c99
...@@ -8,8 +8,6 @@ if (PVR_BUILD_OPENGLES2_EXAMPLES) ...@@ -8,8 +8,6 @@ if (PVR_BUILD_OPENGLES2_EXAMPLES)
03_IntroducingPVRUtils 03_IntroducingPVRUtils
04_IntroducingUIRenderer 04_IntroducingUIRenderer
05_IntroducingPVRCamera 05_IntroducingPVRCamera
PVRScopeExample
PVRScopeRemote
) )
else() else()
set(EXAMPLES set(EXAMPLES
...@@ -38,4 +36,4 @@ endif() ...@@ -38,4 +36,4 @@ endif()
foreach(EXAMPLE ${EXAMPLES}) foreach(EXAMPLE ${EXAMPLES})
message ("==>CMake generation for OpenGLES/${EXAMPLE}...") message ("==>CMake generation for OpenGLES/${EXAMPLE}...")
add_subdirectory("${CMAKE_CURRENT_LIST_DIR}/${EXAMPLE}") add_subdirectory("${CMAKE_CURRENT_LIST_DIR}/${EXAMPLE}")
endforeach() endforeach()
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment