aboutsummaryrefslogtreecommitdiff
path: root/examples/hello/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hello/CMakeLists.txt')
-rw-r--r--examples/hello/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/hello/CMakeLists.txt b/examples/hello/CMakeLists.txt
new file mode 100644
index 0000000..c22ab33
--- /dev/null
+++ b/examples/hello/CMakeLists.txt
@@ -0,0 +1,4 @@
+cmake_minimum_required(VERSION 3.13)
+project(hello C)
+add_executable(hello main.c)
+target_link_libraries(${PROJECT_NAME} PRIVATE slweb dynstr)