1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00

cmake win32 change helper includes to HDR_PUBLIC so they install

Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
Andy Green 2013-03-09 09:16:41 +08:00
parent 646c98ab42
commit a83349414f

View file

@ -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
)