aboutsummaryrefslogtreecommitdiff
path: root/examples/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/CMakeLists.txt
parent07c59a83d1255e9772afd13299955bf710bbe988 (diff)
Add HTML serializer example
Diffstat (limited to 'examples/CMakeLists.txt')
-rw-r--r--examples/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt
index 1c51e14..d9bf4cc 100644
--- a/examples/CMakeLists.txt
+++ b/examples/CMakeLists.txt
@@ -1,2 +1,3 @@
cmake_minimum_required(VERSION 3.13)
add_subdirectory(hello)
+add_subdirectory(html)