Trying asio standalone

This commit is contained in:
alesapin 2020-12-25 12:28:08 +03:00
parent 236d8185e9
commit 8d1b6f67b6

View File

@ -24,6 +24,7 @@ if (NOT USE_INTERNAL_BOOST_LIBRARY)
add_library (_boost_headers_only INTERFACE)
add_library (boost::headers_only ALIAS _boost_headers_only)
target_include_directories (_boost_headers_only SYSTEM BEFORE INTERFACE ${Boost_INCLUDE_DIR})
target_compile_definitions (_boost_headers_only PUBLIC BOOST_ASIO_STANDALONE)
add_library (_boost_filesystem INTERFACE)
add_library (_boost_iostreams INTERFACE)