vcxproj workaround for include symlinks

This commit is contained in:
Vinnie Falco
2017-08-02 13:25:23 -07:00
parent e9d01fe79f
commit 34c982b0e7
2 changed files with 5 additions and 1 deletions

View File

@ -5,6 +5,7 @@ Version 100:
* Remove unused test header
* Rename test macros
* Reorder define test macro params
* vcxproj workaround for include symlinks
WebSocket:

View File

@ -61,6 +61,10 @@ else()
endif ()
endif()
# Must come before Boost includes, otherwise the
# IDE sees the wrong file due to boost/ symlinks.
include_directories (include)
#-------------------------------------------------------------------------------
#
# Boost
@ -163,7 +167,6 @@ endif()
# Tests and examples
#
include_directories (include)
include_directories (.)
if (OPENSSL_FOUND)