mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
CMake and Meego buildfix.
This commit is contained in:
parent
7574ebbe58
commit
e007a299cf
2 changed files with 3 additions and 2 deletions
|
@ -516,6 +516,8 @@ add_library(native STATIC
|
|||
native/base/stringutil.h
|
||||
native/base/timeutil.cpp
|
||||
native/base/timeutil.h
|
||||
native/data/compression.cpp
|
||||
native/data/compression.h
|
||||
native/file/chunk_file.cpp
|
||||
native/file/chunk_file.h
|
||||
native/file/dialog.cpp
|
||||
|
@ -565,7 +567,6 @@ add_library(native STATIC
|
|||
native/input/input_state.h
|
||||
native/json/json_writer.cpp
|
||||
native/json/json_writer.h
|
||||
native/math/compression.h
|
||||
native/math/curves.cpp
|
||||
native/math/curves.h
|
||||
native/math/lin/aabb.cpp
|
||||
|
|
2
native
2
native
|
@ -1 +1 @@
|
|||
Subproject commit 04f6a3503110d29aa41577a9e443a0ffd029067a
|
||||
Subproject commit 628005799f57aff04694d618dc59d1efb0a3fe44
|
Loading…
Add table
Reference in a new issue