mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
Buildfix Linux.
This commit is contained in:
parent
0f973a3276
commit
0bed77ed0d
@ -896,6 +896,9 @@ add_library(native STATIC
|
||||
native/net/url.h
|
||||
native/profiler/profiler.cpp
|
||||
native/profiler/profiler.h
|
||||
native/thin3d/thin3d.cpp
|
||||
native/thin3d/thin3d.h
|
||||
native/thin3d/thin3d_gl.cpp
|
||||
native/thread/prioritizedworkqueue.cpp
|
||||
native/thread/prioritizedworkqueue.h
|
||||
native/thread/threadutil.cpp
|
||||
|
@ -94,6 +94,8 @@ SOURCES += $$P/native/audio/*.cpp \
|
||||
$$P/native/math/fast/*.c \
|
||||
$$P/native/net/*.cpp \
|
||||
$$P/native/profiler/profiler.cpp \
|
||||
$$P/native/thin3d/thin3d.cpp \
|
||||
$$P/native/thin3d/thin3d_gl.cpp \
|
||||
$$P/native/thread/*.cpp \
|
||||
$$P/native/ui/*.cpp \
|
||||
$$P/native/util/bits/*.cpp \
|
||||
|
Loading…
Reference in New Issue
Block a user