Merge pull request #113 from van800/libname

remove caching of the LIBNAME in CMake configuration
This commit is contained in:
Lukas Tenbrink
2026-03-18 14:26:43 +01:00
committed by GitHub

View File

@@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.17)
if(CMAKE_C_COMPILER) if(CMAKE_C_COMPILER)
endif() endif()
set(LIBNAME "EXTENSION-NAME" CACHE STRING "The name of the library") set(LIBNAME "EXTENSION-NAME") # "The name of the library"
set(GODOT_PROJECT_DIR "project" CACHE STRING "The directory of a Godot project folder") set(GODOT_PROJECT_DIR "project" CACHE STRING "The directory of a Godot project folder")
# Make sure all the dependencies are satisfied # Make sure all the dependencies are satisfied