diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-09-15 14:58:37 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-09-15 14:58:37 +0200 |
| commit | 70670e129ef09acfb28be013d06f2773b5a7d04d (patch) | |
| tree | 7114a0986c71c4d298799796c0056943c920795c /examples/CMakeLists.txt | |
| parent | 07c59a83d1255e9772afd13299955bf710bbe988 (diff) | |
Add HTML serializer example
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 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) |
