mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-10 06:41:58 +00:00
Moved source files
so that it is easier to debug in Android Studio
This commit is contained in:
parent
7afb11c4b6
commit
9489c0f106
1140 changed files with 6 additions and 7 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1,5 +1,5 @@
|
|||
build
|
||||
code/VrApi/
|
||||
android/app/src/main/cpp/code/VrApi/
|
||||
*.swp
|
||||
*tags
|
||||
*~
|
||||
|
@ -47,7 +47,6 @@ profile
|
|||
.gradle/
|
||||
.cxx/
|
||||
.settings/
|
||||
assets/
|
||||
jniLibs/
|
||||
Debug/
|
||||
Release/
|
||||
|
@ -55,3 +54,4 @@ Release/
|
|||
.classpath
|
||||
.project
|
||||
local.properties
|
||||
drbeef-release-key.keystore
|
||||
|
|
2
Makefile
2
Makefile
|
@ -144,7 +144,7 @@ COPYBINDIR=$(COPYDIR)
|
|||
endif
|
||||
|
||||
ifndef MOUNT_DIR
|
||||
MOUNT_DIR=code
|
||||
MOUNT_DIR=android/app/src/main/cpp/code
|
||||
endif
|
||||
|
||||
ifndef BUILD_DIR
|
||||
|
|
|
@ -27,9 +27,9 @@ add_custom_target(copy_libs
|
|||
add_dependencies(main copy_libs)
|
||||
|
||||
target_include_directories(main PRIVATE
|
||||
${CMAKE_SOURCE_DIR}/../../../../../code/VrApi/Include
|
||||
${CMAKE_SOURCE_DIR}/../../../../../code/SDL2/include
|
||||
${CMAKE_SOURCE_DIR}/../../../../../code)
|
||||
${CMAKE_SOURCE_DIR}/code/VrApi/Include
|
||||
${CMAKE_SOURCE_DIR}/code/SDL2/include
|
||||
${CMAKE_SOURCE_DIR}/code)
|
||||
|
||||
target_compile_definitions(main PRIVATE
|
||||
ARCH_STRING=android)
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
E:/ioq3quest/code
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue