From 9b346dc22b7aaf1f2a7dddb6b629478972231214 Mon Sep 17 00:00:00 2001 From: Naios Date: Tue, 23 May 2017 17:45:52 +0200 Subject: [PATCH] Build: Fix a build error which happened on unix debug builds * Thanks DDuarte for the fix * Closes #19786 (cherry picked from commit 5032fb462e4329b31632a9adb3f795ca14af4273) --- dep/efsw/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/dep/efsw/CMakeLists.txt b/dep/efsw/CMakeLists.txt index eecc5531944..f268558a527 100644 --- a/dep/efsw/CMakeLists.txt +++ b/dep/efsw/CMakeLists.txt @@ -1,5 +1,6 @@ if (BUILD_SHARED_LIBS) set(SRCS + src/efsw/Debug.cpp src/efsw/DirectorySnapshot.cpp src/efsw/DirectorySnapshotDiff.cpp src/efsw/DirWatcherGeneric.cpp