aboutsummaryrefslogtreecommitdiff
path: root/examples/html/CMakeLists.txt
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-09-15 14:58:37 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-09-15 14:58:37 +0200
commit70670e129ef09acfb28be013d06f2773b5a7d04d (patch)
tree7114a0986c71c4d298799796c0056943c920795c /examples/html/CMakeLists.txt
parent07c59a83d1255e9772afd13299955bf710bbe988 (diff)
downloadlibweb-70670e129ef09acfb28be013d06f2773b5a7d04d.tar.gz
Add HTML serializer example
Diffstat (limited to 'examples/html/CMakeLists.txt')
-rw-r--r--examples/html/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/html/CMakeLists.txt b/examples/html/CMakeLists.txt
new file mode 100644
index 0000000..bc4202d
--- /dev/null
+++ b/examples/html/CMakeLists.txt
@@ -0,0 +1,4 @@
+cmake_minimum_required(VERSION 3.13)
+project(html C)
+add_executable(html main.c)
+target_link_libraries(${PROJECT_NAME} PRIVATE slweb dynstr)