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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user