mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Buildfix for CMake / Qt
This commit is contained in:
parent
2558d3bf4b
commit
a7346e5d59
3 changed files with 4 additions and 1 deletions
|
@ -564,6 +564,8 @@ add_library(native STATIC
|
|||
native/gfx_es2/glsl_program.h
|
||||
native/gfx_es2/vertex_format.cpp
|
||||
native/gfx_es2/vertex_format.h
|
||||
native/gfx_es2/gl3stub.c
|
||||
native/gfx_es2/gl3stub.h
|
||||
native/i18n/i18n.cpp
|
||||
native/i18n/i18n.h
|
||||
native/image/png_load.cpp
|
||||
|
|
|
@ -85,6 +85,7 @@ SOURCES += ../native/audio/*.cpp \
|
|||
../native/gfx/texture_atlas.cpp \
|
||||
../native/gfx/texture_gen.cpp \
|
||||
../native/gfx_es2/*.cpp \
|
||||
../native/gfx_es2/*.c \
|
||||
../native/i18n/*.cpp \
|
||||
../native/image/*.cpp \
|
||||
../native/input/*.cpp \
|
||||
|
|
2
native
2
native
|
@ -1 +1 @@
|
|||
Subproject commit 2ffdb4ce30030fccabac330b5329e5faf0576fcf
|
||||
Subproject commit 4c14e16175efad049e4ab42a132c1b7e3beb34fa
|
Loading…
Add table
Reference in a new issue