diff options
author | Naios <naios-dev@live.de> | 2017-05-23 17:45:52 +0200 |
---|---|---|
committer | Naios <naios-dev@live.de> | 2017-05-23 17:45:52 +0200 |
commit | 5032fb462e4329b31632a9adb3f795ca14af4273 (patch) | |
tree | 6be91e8bb75401036066fe17f53777dee12ce761 /dep | |
parent | 195db7c7bb7137f3ebadefa81fabdcf66672711a (diff) |
Build: Fix a build error which happened on unix debug builds
* Thanks DDuarte for the fix
* Closes #19786
Diffstat (limited to 'dep')
-rw-r--r-- | dep/efsw/CMakeLists.txt | 1 |
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 |