From 7c13e1d1b6ca7a28a1d48c167bf8187a24acab44 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Sun, 9 Jun 2019 13:48:25 -0700 Subject: Added 'Diligent-' prefix to project names to avoid name conflicts (https://github.com/DiligentGraphics/DiligentEngine/issues/20) --- External/lua-5.2.3/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'External/lua-5.2.3') diff --git a/External/lua-5.2.3/CMakeLists.txt b/External/lua-5.2.3/CMakeLists.txt index 1696566..5b36b91 100644 --- a/External/lua-5.2.3/CMakeLists.txt +++ b/External/lua-5.2.3/CMakeLists.txt @@ -78,7 +78,7 @@ target_include_directories(Lua PUBLIC src ) -target_link_libraries(Lua PRIVATE BuildSettings) +target_link_libraries(Lua PRIVATE Diligent-BuildSettings) if(MSVC) # Disable MSVC-specific warnings -- cgit v1.2.3