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:
parent
646c98ab42
commit
a83349414f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue