From dc8b14d99028b9235aa7d7633906a979aa08e4f9 Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Date: Fri, 17 Nov 2023 16:34:45 +0100 Subject: Add PUT server example --- examples/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/CMakeLists.txt') diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 7353458..4c2a6a2 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -2,3 +2,4 @@ cmake_minimum_required(VERSION 3.13) add_subdirectory(headers) add_subdirectory(hello) add_subdirectory(html) +add_subdirectory(put) -- cgit v1.2.3