aboutsummaryrefslogtreecommitdiff
path: root/examples/html/CMakeLists.txt
diff options
context:
space:
mode:
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)