From f4dc48ccc69fc2f8564606e55f50bee3ee236af0 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Sun, 9 Jun 2019 14:08:31 -0700 Subject: Added 'Diligent-' prefix to project names to avoid name conflicts (fixed https://github.com/DiligentGraphics/DiligentEngine/issues/20) --- Common/NativeApp/Android/ndk_helper/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Common/NativeApp/Android') 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 ) -- cgit v1.2.3