From 7ac3b0fa0b22cb531667995099afd5eea8607884 Mon Sep 17 00:00:00 2001 From: Mattes D Date: Mon, 19 Jun 2017 11:05:19 +0200 Subject: Removed the LeakFinder for Windows. (#3777) --- src/OSSupport/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/OSSupport/CMakeLists.txt') diff --git a/src/OSSupport/CMakeLists.txt b/src/OSSupport/CMakeLists.txt index 8e018425b..e6fb37987 100644 --- a/src/OSSupport/CMakeLists.txt +++ b/src/OSSupport/CMakeLists.txt @@ -18,6 +18,7 @@ SET (SRCS StackTrace.cpp TCPLinkImpl.cpp UDPEndpointImpl.cpp + WinStackWalker.cpp ) SET (HDRS @@ -38,6 +39,7 @@ SET (HDRS StackTrace.h TCPLinkImpl.h UDPEndpointImpl.h + WinStackWalker.h ) if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang") -- cgit v1.2.3