We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f16b6b commit 18044daCopy full SHA for 18044da
2 files changed
.gitignore
@@ -1,8 +1,11 @@
1
/.vscode/
2
+/.cache/
3
+/.clangd
4
/build/*
5
!/build/Jamfile
6
/out/
-CMakeUserPresets.json
7
+/CMakeUserPresets.json
8
+/tmpclaude-*-cwd
9
10
# CMake artifacts (if accidentally run from source dir)
11
#CMakeCache.txt
CMakeLists.txt
@@ -76,7 +76,7 @@ endforeach ()
76
# Conditional dependencies
77
if (NOT BOOST_URL_MRDOCS_BUILD)
78
if (BOOST_HTTP_BUILD_TESTS)
79
- set(BOOST_HTTP_UNIT_TEST_LIBRARIES filesystem)
+ set(BOOST_HTTP_UNIT_TEST_LIBRARIES asio filesystem)
80
endif ()
81
if (BOOST_HTTP_BUILD_EXAMPLES)
82
# set(BOOST_HTTP_EXAMPLE_LIBRARIES json)
0 commit comments