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/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Common/NativeApp/CMakeLists.txt') 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) -- cgit v1.2.3