1
0
Fork 0

CMakeLists.txt: set project VERSION

This commit is contained in:
Xavier Del Campo Romero 2023-10-25 14:07:05 +02:00
parent c6083ca223
commit c74888906d
Signed by untrusted user: xavi
GPG Key ID: 84FF3612A9BF43F2
1 changed files with 1 additions and 1 deletions

View File

@ -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