Skip to content

Commit

Permalink
Buildfix non-windows platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
hrydgard committed Apr 21, 2014
1 parent 16f4622 commit fddc0e7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1219,6 +1219,8 @@ add_library(GPU OBJECT
GPU/Common/GPUDebugInterface.h
GPU/Common/VertexDecoderCommon.cpp
GPU/Common/VertexDecoderCommon.h
GPU/Common/TransformCommon.cpp
GPU/Common/TransformCommon.h
GPU/Common/IndexGenerator.cpp
GPU/Common/IndexGenerator.h
GPU/Common/TextureDecoder.cpp
Expand Down
1 change: 1 addition & 0 deletions Qt/Core.pro
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ SOURCES += $$P/Core/*.cpp \ # Core
$$P/GPU/Common/IndexGenerator.cpp \
$$P/GPU/Common/TextureDecoder.cpp \
$$P/GPU/Common/VertexDecoderCommon.cpp \
$$P/GPU/Common/TransformCommon.cpp \
$$P/GPU/Common/PostShader.cpp \
$$P/ext/libkirk/*.c \ # Kirk
$$P/ext/xxhash.c \ # xxHash
Expand Down
1 change: 1 addition & 0 deletions android/jni/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ EXEC_AND_LIB_FILES := \
$(SRC)/GPU/GeDisasm.cpp \
$(SRC)/GPU/Common/IndexGenerator.cpp.arm \
$(SRC)/GPU/Common/VertexDecoderCommon.cpp.arm \
$(SRC)/GPU/Common/TransformCommon.cpp.arm \
$(SRC)/GPU/Common/TextureDecoder.cpp \
$(SRC)/GPU/Common/PostShader.cpp \
$(SRC)/GPU/Debugger/Breakpoints.cpp \
Expand Down

0 comments on commit fddc0e7

Please sign in to comment.