Commit 58d89048 authored by jan.koester's avatar jan.koester
Browse files

windows fixes

parent 1f5ba9d1
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
cmake_minimum_required(VERSION 3.26)

project(uuidplus)
project(libuuidp VERSION 1.0.0 LANGUAGES CXX)

set(LIBV "1.0.0")
set(Upstream_VERSION 1.0.0)
+0 −3
Original line number Diff line number Diff line
cmake_minimum_required(VERSION 3.21)
project(libuuidp VERSION 1.0.0 LANGUAGES CXX)

include(GenerateExportHeader)
include(CMakePackageConfigHelpers)