We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff61671 commit 318ea72Copy full SHA for 318ea72
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
@@ -75,7 +75,7 @@ endforeach ()
75
# Conditional dependencies
76
if (NOT BOOST_URL_MRDOCS_BUILD)
77
if (BOOST_HTTP_BUILD_TESTS)
78
- set(BOOST_HTTP_UNIT_TEST_LIBRARIES filesystem)
+ set(BOOST_HTTP_UNIT_TEST_LIBRARIES asio filesystem)
79
endif ()
80
if (BOOST_HTTP_BUILD_EXAMPLES)
81
# set(BOOST_HTTP_EXAMPLE_LIBRARIES json)
0 commit comments