We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ef3708 commit 715d2ceCopy full SHA for 715d2ce
test/CMakeLists.txt
@@ -29,6 +29,7 @@ find_package(CURL REQUIRED)
29
add_executable(httplib-test test.cc include_httplib.cc $<$<BOOL:${WIN32}>:include_windows_h.cc>)
30
target_compile_options(httplib-test PRIVATE "$<$<CXX_COMPILER_ID:MSVC>:/utf-8;/bigobj>")
31
target_link_libraries(httplib-test PRIVATE httplib GTest::gtest_main CURL::libcurl)
32
+include(GoogleTest)
33
gtest_discover_tests(httplib-test)
34
35
file(
0 commit comments