diff options
| author | Xavier Del Campo <xavier.delcampo@midokura.com> | 2023-11-17 16:34:45 +0100 |
|---|---|---|
| committer | Xavier Del Campo <xavier.delcampo@midokura.com> | 2023-11-20 16:34:24 +0100 |
| commit | dc8b14d99028b9235aa7d7633906a979aa08e4f9 (patch) | |
| tree | adac8adce7dc9ce6c0f880c0439cd9f3b39527ab /examples/put/CMakeLists.txt | |
| parent | 1750bbd7ec7277375c0ccd815cd2aed541e7e862 (diff) | |
| download | libweb-dc8b14d99028b9235aa7d7633906a979aa08e4f9.tar.gz | |
Add PUT server example
Diffstat (limited to 'examples/put/CMakeLists.txt')
| -rw-r--r-- | examples/put/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/put/CMakeLists.txt b/examples/put/CMakeLists.txt new file mode 100644 index 0000000..200ae28 --- /dev/null +++ b/examples/put/CMakeLists.txt @@ -0,0 +1,4 @@ +cmake_minimum_required(VERSION 3.13) +project(put C) +add_executable(${PROJECT_NAME} main.c) +target_link_libraries(${PROJECT_NAME} PRIVATE web dynstr) |
