From 2a4c40f4b9240246e013c9c9587925c7eb5ea70d Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Thu, 22 Mar 2018 17:01:42 +0100 Subject: Glog: Attempt to fix compilation error on Windows Ideally it should be possible without hacking into sources files of Glog itself. --- extern/glog/CMakeLists.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'extern') diff --git a/extern/glog/CMakeLists.txt b/extern/glog/CMakeLists.txt index 32f4dca77e8..59833151e4e 100644 --- a/extern/glog/CMakeLists.txt +++ b/extern/glog/CMakeLists.txt @@ -23,7 +23,6 @@ # ***** END GPL LICENSE BLOCK ***** set(INC - src ../gflags/src ) @@ -71,8 +70,13 @@ if(WIN32) list(APPEND INC src/windows + src ) else() + list(APPEND INC + src + ) + list(APPEND SRC src/demangle.cc src/signalhandler.cc -- cgit v1.2.3