From de0d0e9fab2dc8e5886484c680d7ab9062ad3952 Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Wed, 25 Oct 2023 14:07:42 +0200 Subject: CMakeLists.txt: set project VERSION --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 0ca5efa..7a6067c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. cmake_minimum_required(VERSION 3.0) -project(dynstr C) +project(dynstr C 0.1.0) add_library(${PROJECT_NAME} "dynstr.c") target_include_directories(${PROJECT_NAME} PUBLIC "include") install(TARGETS ${PROJECT_NAME}) -- cgit v1.2.3