From 444563ca13a51069141d27f6f6f4b898d577193e Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Mon, 12 Feb 2024 23:10:38 +0100 Subject: README.md: Fix typo Whereas the project is usually referred to as libweb, the CMake exported target name is simply "web". --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c6c585..7d18ee2 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ to integrate `libweb` into CMake projects via `add_subdirectory` and project(example) add_executable(${PROJECT_NAME} main.c) add_subdirectory(libweb) -target_link_libraries(${PROJECT_NAME} PRIVATE libweb) +target_link_libraries(${PROJECT_NAME} PRIVATE web) ``` Additionally, `libweb` can be installed using the standard procedure -- cgit v1.2.3