Adjust some details in CMakeLists.txt

This commit is contained in:
Thomas Jensen 2023-11-10 20:32:21 +01:00
parent 93b288deb9
commit e6825d7eb5
No known key found for this signature in database
GPG Key ID: A4ACEE270D0FB7DB

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.23)
cmake_minimum_required(VERSION 3.25)
# Build options options
option(BUILD_SHARED_LIBS "Build shared libraries" OFF)
@ -118,7 +118,7 @@ set(SOURCES_EXE
# -----------------------------------------------------------------------------
# Build static library.
add_library(${TARGET}_lib STATIC
add_library(${TARGET}_lib
${GENERATED_FILES}
${SOURCES_LIB}
)