mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
build: Enable cimgui on web builds again
This commit is contained in:
4
lib/third_party/imgui/cimgui/CMakeLists.txt
vendored
4
lib/third_party/imgui/cimgui/CMakeLists.txt
vendored
@@ -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
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
using ImHex;
|
||||
using ImGuiNET;
|
||||
|
||||
class Script {
|
||||
|
||||
public static void OnLoad()
|
||||
|
||||
Reference in New Issue
Block a user