Skip to content

Commit

Permalink
Fix the compile error for cpp-tests based on android studio
Browse files Browse the repository at this point in the history
  • Loading branch information
samuele3hu committed Jun 25, 2015
1 parent ad4f5b8 commit 7feaa18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/cpp-tests/proj.android-studio/app/jni/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,8 @@ LOCAL_SRC_FILES := main.cpp \
../../../Classes/VisibleRect.cpp \
../../../Classes/ZwoptexTest/ZwoptexTest.cpp \
../../../Classes/controller.cpp \
../../../Classes/testBasic.cpp
../../../Classes/testBasic.cpp \
../../../Classes/NavMeshTest/NavMeshTest.cpp

LOCAL_C_INCLUDES := $(LOCAL_PATH)/../../../Classes \
$(LOCAL_PATH)/../../../../..
Expand Down

0 comments on commit 7feaa18

Please sign in to comment.