From 2d749a066c72e30c3adf9448de2f98789825cfc8 Mon Sep 17 00:00:00 2001 From: Johan Mabille Date: Fri, 6 Jan 2017 10:52:20 +0100 Subject: [PATCH] Windows cmake build fixed --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 14e1d6ae..8117dad3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -469,6 +469,7 @@ endif () # source files set (cxx-sources + precompiled.cpp address.cpp client.cpp clock.cpp @@ -510,7 +511,6 @@ set (cxx-sources poll.cpp poller_base.cpp pollset.cpp - precompiled.cpp proxy.cpp pub.cpp pull.cpp