rename plugin from PolyvoxFilament to FlutterFilament

rename plugin from PolyvoxFilament to FlutterFilament
This commit is contained in:
Nick Fisher
2023-10-26 14:05:03 +11:00
parent b42d31a773
commit 8b9e6a2b3a
125 changed files with 1539 additions and 1460 deletions

View File

@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.14)
project(polyvox_filament_example LANGUAGES CXX)
project(flutter_filament_example LANGUAGES CXX)
set(BINARY_NAME "polyvox_filament_example")
set(BINARY_NAME "flutter_filament_example")
cmake_policy(SET CMP0063 NEW)