add pragmas to ensure linking on Windows

This commit is contained in:
Nick Fisher
2024-06-08 15:35:51 +10:00
parent 45a651adf0
commit 026c65016c

View File

@@ -1,3 +1,6 @@
#pragma comment(lib, "Shlwapi.lib")
#pragma comment(lib, "opengl32.lib")
#include "ResourceBuffer.hpp"
#include "FilamentViewer.hpp"