diff --git a/packages/xdga_directories/example/.gitignore b/packages/xdga_directories/example/.gitignore index 24476c5..3db3823 100644 --- a/packages/xdga_directories/example/.gitignore +++ b/packages/xdga_directories/example/.gitignore @@ -42,3 +42,6 @@ app.*.map.json /android/app/debug /android/app/profile /android/app/release + +# Aurora generated +/aurora/flutter diff --git a/packages/xdga_directories/example/aurora/flutter/generated_plugin_registrant.cpp b/packages/xdga_directories/example/aurora/flutter/generated_plugin_registrant.cpp deleted file mode 100644 index b315972..0000000 --- a/packages/xdga_directories/example/aurora/flutter/generated_plugin_registrant.cpp +++ /dev/null @@ -1,14 +0,0 @@ -// -// Generated file. Do not edit. -// - -// clang-format off - -#include - -#include "generated_plugin_registrant.h" - -void RegisterPlugins() { - Application::RegisterPlugins({ - }); -} diff --git a/packages/xdga_directories/example/aurora/flutter/generated_plugin_registrant.h b/packages/xdga_directories/example/aurora/flutter/generated_plugin_registrant.h deleted file mode 100644 index 648dcb3..0000000 --- a/packages/xdga_directories/example/aurora/flutter/generated_plugin_registrant.h +++ /dev/null @@ -1,12 +0,0 @@ -// -// Generated file. Do not edit. -// - -// clang-format off - -#ifndef GENERATED_PLUGIN_REGISTRANT -#define GENERATED_PLUGIN_REGISTRANT - -void RegisterPlugins(); - -#endif /* GENERATED_PLUGIN_REGISTRANT */ diff --git a/packages/xdga_directories/example/aurora/flutter/generated_plugins.cmake b/packages/xdga_directories/example/aurora/flutter/generated_plugins.cmake deleted file mode 100644 index 2d7ab7b..0000000 --- a/packages/xdga_directories/example/aurora/flutter/generated_plugins.cmake +++ /dev/null @@ -1,31 +0,0 @@ -# -# Generated file, do not edit. -# -set(ROOT_PROJECT_BINARY_DIR "${PROJECT_BINARY_DIR}") - -function(add_library TARGET) - _add_library(${TARGET} ${ARGN}) - - if(NOT "${TARGET}" MATCHES "^PkgConfig::.*") - add_custom_command(TARGET ${TARGET} POST_BUILD - COMMAND ${CMAKE_COMMAND} -E copy - "$" - "${ROOT_PROJECT_BINARY_DIR}/bundle/lib/$") - endif(NOT "${TARGET}" MATCHES "^PkgConfig::.*") -endfunction() - -list(APPEND FLUTTER_PLATFORM_PLUGIN_LIST -) - -list(APPEND FLUTTER_FFI_PLUGIN_LIST - xdga_directories -) - -foreach(PLUGIN ${FLUTTER_PLATFORM_PLUGIN_LIST}) - add_subdirectory(flutter/ephemeral/.plugin_symlinks/${PLUGIN}/aurora plugins/${PLUGIN}) - target_link_libraries(${BINARY_NAME} PRIVATE ${PLUGIN}_platform_plugin) -endforeach(PLUGIN) - -foreach(FFI_PLUGIN ${FLUTTER_FFI_PLUGIN_LIST}) - add_subdirectory(flutter/ephemeral/.plugin_symlinks/${FFI_PLUGIN}/aurora plugins/${FFI_PLUGIN}) -endforeach(FFI_PLUGIN)