CMake Buildfix.

Update version number for Blackberry.
This commit is contained in:
Sacha 2013-08-21 10:11:34 +10:00
parent d9cd0d1fe9
commit 0a9671d218
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
<id>com.Qtness.PPSSPP</id>
<name>PPSSPP</name>
<filename>PPSSPPBlackberry</filename>
<versionNumber>0.8.1</versionNumber>
<versionNumber>0.9</versionNumber>
<buildId>1</buildId>
<description>Playstation portable emulator.</description>

View File

@ -991,8 +991,8 @@ set_source_files_properties(${CMAKE_CURRENT_SOURCE_DIR}/git-version.cpp
add_dependencies(${CoreLibName} GitVersion)
add_library(GPU OBJECT
GPU/GLES/DisplayListInterpreter.cpp
GPU/GLES/DisplayListInterpreter.h
GPU/GLES/GLES_GPU.cpp
GPU/GLES/GLES_GPU.h
GPU/GLES/FragmentShaderGenerator.cpp
GPU/GLES/FragmentShaderGenerator.h
GPU/GLES/Framebuffer.cpp