Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
Native_SDK
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
Native_SDK
Commits
84a8b5b6
Unverified
Commit
84a8b5b6
authored
Feb 10, 2020
by
graptis
Committed by
GitHub
Feb 10, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed PVRScope samples from ES2 builds
parent
c1605c99
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
CMakeLists.txt
examples/OpenGLES/CMakeLists.txt
+1
-4
No files found.
examples/OpenGLES/CMakeLists.txt
View file @
84a8b5b6
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment