From 480b37da40cf23409d795e6d91dcc9e8e37bdfaf Mon Sep 17 00:00:00 2001 From: baldurk Date: Sat, 16 Apr 2016 10:26:47 +0200 Subject: [PATCH] Rename file in CMakeLists.txt --- renderdoc/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renderdoc/CMakeLists.txt b/renderdoc/CMakeLists.txt index bfb335066..0a7eed3b9 100644 --- a/renderdoc/CMakeLists.txt +++ b/renderdoc/CMakeLists.txt @@ -127,7 +127,7 @@ if(UNIX) os/linux/linux_process.cpp os/linux/linux_stringio.cpp os/linux/linux_threading.cpp - os/linux_specific.h) + os/linux/linux_specific.h) # linux_libentry must be the last so that library_loaded is called after # static objects are constructed. list(APPEND sources os/linux/linux_libentry.cpp)