diff options
| author | xavi <xavi@noreply.localhost> | 2023-11-20 16:47:53 +0100 |
|---|---|---|
| committer | xavi <xavi@noreply.localhost> | 2023-11-20 16:47:53 +0100 |
| commit | b94f76033f72d4eba629a6473a2b301dd7988f97 (patch) | |
| tree | adac8adce7dc9ce6c0f880c0439cd9f3b39527ab /examples/CMakeLists.txt | |
| parent | 8f1ad3124e9e063ca0ee7c2548c747b20de3529d (diff) | |
| parent | dc8b14d99028b9235aa7d7633906a979aa08e4f9 (diff) | |
| download | libweb-b94f76033f72d4eba629a6473a2b301dd7988f97.tar.gz | |
Merge pull request 'Add support for HTTP `PUT`' (#3) from midokura-xavi/libweb:put into master
Reviewed-on: https://gitea.privatedns.org/xavi/libweb/pulls/3
Diffstat (limited to 'examples/CMakeLists.txt')
| -rw-r--r-- | examples/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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) |
