mirror of
https://github.com/boostorg/beast.git
synced 2025-07-30 21:07:26 +02:00
vcxproj workaround for include symlinks
This commit is contained in:
@ -5,6 +5,7 @@ Version 100:
|
|||||||
* Remove unused test header
|
* Remove unused test header
|
||||||
* Rename test macros
|
* Rename test macros
|
||||||
* Reorder define test macro params
|
* Reorder define test macro params
|
||||||
|
* vcxproj workaround for include symlinks
|
||||||
|
|
||||||
WebSocket:
|
WebSocket:
|
||||||
|
|
||||||
|
@ -61,6 +61,10 @@ else()
|
|||||||
endif ()
|
endif ()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
# Must come before Boost includes, otherwise the
|
||||||
|
# IDE sees the wrong file due to boost/ symlinks.
|
||||||
|
include_directories (include)
|
||||||
|
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
# Boost
|
# Boost
|
||||||
@ -163,7 +167,6 @@ endif()
|
|||||||
# Tests and examples
|
# Tests and examples
|
||||||
#
|
#
|
||||||
|
|
||||||
include_directories (include)
|
|
||||||
include_directories (.)
|
include_directories (.)
|
||||||
|
|
||||||
if (OPENSSL_FOUND)
|
if (OPENSSL_FOUND)
|
||||||
|
Reference in New Issue
Block a user