From bf4c384854146f54ec9b5d11ce26d17fb7bbe4c3 Mon Sep 17 00:00:00 2001 From: Tilen Majerle Date: Fri, 24 Dec 2021 18:57:03 +0100 Subject: [PATCH] Update CMake and split development and library --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 287367b..87cf561 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.0.0) # Setup project -project(LwLibPROJECT VERSION 2.0.1) +project(LwLibPROJECT) # ------------------------------------------------- # This CMakeLists.txt is used only if it is a top-level file.