1
0
mirror of synced 2025-02-17 10:58:34 +01:00

build: Enable cimgui on web builds again

This commit is contained in:
WerWolv 2024-03-14 18:58:39 +01:00
parent cbc31f3c18
commit 642722bdb1
2 changed files with 1 additions and 4 deletions

View File

@ -4,10 +4,6 @@ project(imgui_cimgui)
set(CMAKE_CXX_STANDARD 17)
if (IMHEX_STATIC_LINK_PLUGINS)
return()
endif()
if (NOT IMHEX_EXTERNAL_PLUGIN_BUILD)
add_library(imgui_cimgui OBJECT
source/cimgui.cpp

View File

@ -1,5 +1,6 @@
using ImHex;
using ImGuiNET;
class Script {
public static void OnLoad()