aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaios <naios-dev@live.de>2017-05-23 17:45:52 +0200
committerShauren <shauren.trinity@gmail.com>2017-06-05 20:50:16 +0200
commit9b346dc22b7aaf1f2a7dddb6b629478972231214 (patch)
tree22cfc017cb0e7318f420edc5d4ca5f0f63e88e57
parent558762676221db56c6b08a37ef9d8455a6b853ae (diff)
Build: Fix a build error which happened on unix debug builds
* Thanks DDuarte for the fix * Closes #19786 (cherry picked from commit 5032fb462e4329b31632a9adb3f795ca14af4273)
-rw-r--r--dep/efsw/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
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