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