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) --- Projects/Asteroids/CMakeLists.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Projects') diff --git a/Projects/Asteroids/CMakeLists.txt b/Projects/Asteroids/CMakeLists.txt index 9a322f3..5922f01 100644 --- a/Projects/Asteroids/CMakeLists.txt +++ b/Projects/Asteroids/CMakeLists.txt @@ -109,11 +109,11 @@ get_supported_backends(ENGINE_LIBRARIES) target_link_libraries(Asteroids PRIVATE - BuildSettings - TargetPlatform - TextureLoader - Common - GraphicsTools + Diligent-BuildSettings + Diligent-TargetPlatform + Diligent-TextureLoader + Diligent-Common + Diligent-GraphicsTools ${ENGINE_LIBRARIES} d3d11.lib d3d12.lib -- cgit v1.2.3