aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-10-25 14:07:05 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-10-25 14:10:52 +0200
commitc74888906d8d7811f6c23a7a6ac0241f44e0d3ff (patch)
tree27157873b63c2328a4dbfab6dae304bac804454e
parentc6083ca2234b7bd19df62a20eb2549385ffdb382 (diff)
CMakeLists.txt: set project VERSION
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c89fa03..0b0b0a1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.13.5)
option(BUILD_EXAMPLES "Build examples" ON)
-project(web C)
+project(web C VERSION 0.1.0)
add_library(${PROJECT_NAME}
handler.c
html.c