summaryrefslogtreecommitdiff
path: root/ide/AndroidStudio3/app
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2018-03-05 23:27:31 +0000
committerMatthias Melcher <fltk@matthiasm.com>2018-03-05 23:27:31 +0000
commit1e96cc6b2f7f672776b3990df50347e0129f2215 (patch)
treef16b5e7c1c427b3af34b4977eae43ad740d4c863 /ide/AndroidStudio3/app
parent3ed5e71da71e50849eb9e2c3244e843bc5e38a05 (diff)
Android: moved include files as well
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12712 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'ide/AndroidStudio3/app')
-rw-r--r--ide/AndroidStudio3/app/src/main/cpp/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ide/AndroidStudio3/app/src/main/cpp/CMakeLists.txt b/ide/AndroidStudio3/app/src/main/cpp/CMakeLists.txt
index 408052168..c7530ae38 100644
--- a/ide/AndroidStudio3/app/src/main/cpp/CMakeLists.txt
+++ b/ide/AndroidStudio3/app/src/main/cpp/CMakeLists.txt
@@ -29,7 +29,7 @@ add_library(android-hello SHARED
target_include_directories(android-hello PRIVATE
${FLTK_DIR}/
- ${FLTK_DIR}/Android/)
+ ${FLTK_DIR}/ide/AndroidStudio3/)
# Export ANativeActivity_onCreate(),

# Refer to: https://github.com/android-ndk/ndk/issues/381.