From a83349414fc74ed660646f59ec520e4cc67cf300 Mon Sep 17 00:00:00 2001 From: Andy Green Date: Sat, 9 Mar 2013 09:16:41 +0800 Subject: [PATCH] cmake win32 change helper includes to HDR_PUBLIC so they install Signed-off-by: Andy Green --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2d5f9626..e65eb834 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -270,7 +270,7 @@ endif() if (WIN32) set(WIN32_HELPERS_PATH win32port/win32helpers) - list(APPEND HDR_PRIVATE + list(APPEND HDR_PUBLIC ${WIN32_HELPERS_PATH}/websock-w32.h ${WIN32_HELPERS_PATH}/gettimeofday.h )