summaryrefslogtreecommitdiffstats
path: root/Common
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
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')
-rw-r--r--Common/NativeApp/Android/ndk_helper/CMakeLists.txt2
-rw-r--r--Common/NativeApp/CMakeLists.txt4
-rw-r--r--Common/NativeApp/Linux/CMakeLists.txt2
3 files changed, 4 insertions, 4 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
)
diff --git a/Common/NativeApp/CMakeLists.txt b/Common/NativeApp/CMakeLists.txt
index f381b88..cbc0dcb 100644
--- a/Common/NativeApp/CMakeLists.txt
+++ b/Common/NativeApp/CMakeLists.txt
@@ -343,8 +343,8 @@ endif()
target_link_libraries(NativeAppBase
PRIVATE
- BuildSettings
- Common
+ Diligent-BuildSettings
+ Diligent-Common
)
if(PLATFORM_WIN32)
diff --git a/Common/NativeApp/Linux/CMakeLists.txt b/Common/NativeApp/Linux/CMakeLists.txt
index fae7e73..9c072c5 100644
--- a/Common/NativeApp/Linux/CMakeLists.txt
+++ b/Common/NativeApp/Linux/CMakeLists.txt
@@ -20,7 +20,7 @@ source_group("interface" FILES ${INTERFACE})
target_link_libraries(XCBKeySyms
PRIVATE
- BuildSettings
+ Diligent-BuildSettings
)
set_target_properties(XCBKeySyms PROPERTIES