修复在macos的链接问题

This commit is contained in:
2024-05-21 12:36:30 +08:00
parent 28b53dc273
commit 54a6bed4ed
11 changed files with 71 additions and 18 deletions

View File

@@ -5,6 +5,8 @@
#include "GLFW/glfw3.h"
#include "GLFW/glfw3native.h"
IMPL_SINGLETON_INSTANCE(window_manager)
void window_manager::init(singleton_initliazer& initliazer) {
singleton_t<window_manager>::init(initliazer);
auto plugin_host = initliazer.require<plugin_host_manager>();