Refresh retained Android package CMake

This commit is contained in:
2026-06-05 12:17:04 +02:00
parent e17463bf5a
commit ac4fef8346
13 changed files with 264 additions and 32 deletions

View File

@@ -19,7 +19,6 @@
#include "node_canvas.h"
#include "node_dialog_layer_rename.h"
#include "node_progress_bar.h"
#include "node_panel_grid.h"
#include "node_panel_quick.h"
#include "node_input_box.h"
#include "node_panel_animation.h"
@@ -32,6 +31,8 @@ class PlatformServices;
struct PlatformStoragePaths;
}
class NodePanelGrid;
#if defined(__OBJC__) && defined(__IOS__)
@class GameViewController;
@class AppDelegate;

View File

@@ -1,5 +1,6 @@
#include "pch.h"
#include "app.h"
#include "node_panel_grid.h"
#include "node_icon.h"
#include "node_dialog_open.h"
#include "node_text.h"

View File

@@ -3,6 +3,7 @@
#include <cstdint>
#include "app.h"
#include "node_panel_grid.h"
#include "util.h"
#include "shape.h"
#include "renderer_gl/opengl_capabilities.h"

View File

@@ -11,6 +11,7 @@
#include "app_core/canvas_view.h"
#include "app_core/document_animation.h"
#include "app.h"
#include "node_panel_grid.h"
#include "legacy_canvas_tool_services.h"
#include "legacy_history_services.h"
#include "log.h"

View File

@@ -7,13 +7,12 @@
#include <stb/stb_image.h>
#include <stb/stb_image_write.h>
#ifdef _DEBUG
#pragma comment (lib, "libcurl_debug.lib")
#else
#pragma comment (lib, "libcurl.lib")
#endif // DEBUG
#ifdef _WIN32
#ifdef _DEBUG
#pragma comment (lib, "libcurl_debug.lib")
#else
#pragma comment (lib, "libcurl.lib")
#endif // DEBUG
#pragma comment(lib, "BugTrapU-x64.lib")
#pragma comment(lib, "shell32.lib")
#pragma comment(lib, "opengl32.lib")