From 3af9e76ae7fa64f09e82c0788ccee90c57170fe8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Lucas=20Golini?= Date: Sat, 6 Jun 2026 17:19:50 -0300 Subject: [PATCH] Fix CI. --- premake4.lua | 1 + premake5.lua | 1 + 2 files changed, 2 insertions(+) diff --git a/premake4.lua b/premake4.lua index 59efd94d5..2637ca2c8 100644 --- a/premake4.lua +++ b/premake4.lua @@ -1671,6 +1671,7 @@ solution "eepp" project "eepp-ui-markdownview" set_kind() language "C++" + incdirs { "src/thirdparty" } files { "src/examples/ui_markdownview/*.cpp" } build_link_configuration( "eepp-ui-markdownview", true ) diff --git a/premake5.lua b/premake5.lua index 03c788d6f..02ca1a9d4 100644 --- a/premake5.lua +++ b/premake5.lua @@ -1566,6 +1566,7 @@ workspace "eepp" project "eepp-ui-markdownview" set_kind() language "C++" + incdirs { "src/thirdparty" } files { "src/examples/ui_markdownview/*.cpp" } build_link_configuration( "eepp-ui-markdownview", true )