Update CMake and split development and library

This commit is contained in:
Tilen Majerle 2021-12-24 18:57:03 +01:00
parent 54c9c1c07c
commit bf4c384854

View File

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