We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7c3ab21 + 5f5a14f commit c5d45adCopy full SHA for c5d45ad
1 file changed
CMakeLists.txt
@@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.17)
5
if(CMAKE_C_COMPILER)
6
endif()
7
8
-set(LIBNAME "EXTENSION-NAME" CACHE STRING "The name of the library")
+set(LIBNAME "EXTENSION-NAME") # "The name of the library"
9
set(GODOT_PROJECT_DIR "project" CACHE STRING "The directory of a Godot project folder")
10
11
# Make sure all the dependencies are satisfied
0 commit comments