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) --- Tests/IncludeTest/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Tests/IncludeTest') diff --git a/Tests/IncludeTest/CMakeLists.txt b/Tests/IncludeTest/CMakeLists.txt index 730c070..1b761cc 100644 --- a/Tests/IncludeTest/CMakeLists.txt +++ b/Tests/IncludeTest/CMakeLists.txt @@ -42,7 +42,7 @@ if(VULKAN_SUPPORTED) endif() target_include_directories(IncludeTest PRIVATE ../..) -target_link_libraries(IncludeTest PRIVATE BuildSettings) +target_link_libraries(IncludeTest PRIVATE Diligent-BuildSettings) set_common_target_properties(IncludeTest) if(MSVC) -- cgit v1.2.3