Rename demo folder to project for generalizing the template usecase

Renames all references to the demo folder and changes it to "project"
This commit is contained in:
Patrick Exner
2026-01-09 21:24:57 +01:00
parent e59f81e7e4
commit f7b7820a8e
14 changed files with 22 additions and 22 deletions

View File

@@ -6,7 +6,7 @@ if(CMAKE_C_COMPILER)
endif()
set(LIBNAME "EXTENSION-NAME" CACHE STRING "The name of the library")
set(GODOT_PROJECT_DIR "demo" 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
find_package(Python3 3.4 REQUIRED)