summaryrefslogtreecommitdiffstats
path: root/Common/NativeApp/Android
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2019-06-09 21:08:31 +0000
committerEgor Yusov <egor.yusov@gmail.com>2019-06-09 21:08:31 +0000
commitf4dc48ccc69fc2f8564606e55f50bee3ee236af0 (patch)
tree209b2fb438498979aebaf669e065b31a46d81ade /Common/NativeApp/Android
parentUpdated samples (updated gradle build tools to 3.4.1) (diff)
downloadDiligentEngine-f4dc48ccc69fc2f8564606e55f50bee3ee236af0.tar.gz
DiligentEngine-f4dc48ccc69fc2f8564606e55f50bee3ee236af0.zip
Added 'Diligent-' prefix to project names to avoid name conflicts (fixed https://github.com/DiligentGraphics/DiligentEngine/issues/20)
Diffstat (limited to 'Common/NativeApp/Android')
-rw-r--r--Common/NativeApp/Android/ndk_helper/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Common/NativeApp/Android/ndk_helper/CMakeLists.txt b/Common/NativeApp/Android/ndk_helper/CMakeLists.txt
index 6dcf642..653847d 100644
--- a/Common/NativeApp/Android/ndk_helper/CMakeLists.txt
+++ b/Common/NativeApp/Android/ndk_helper/CMakeLists.txt
@@ -29,7 +29,7 @@ PUBLIC
target_link_libraries(NDKHelper
PRIVATE
- BuildSettings
+ Diligent-BuildSettings
PUBLIC
native_app_glue
)