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 )