Forgot to include dir for args library.

This commit is contained in:
Martín Lucas Golini
2026-04-06 02:48:33 -03:00
parent dbde511d99
commit 1be1137ebd
3 changed files with 7 additions and 3 deletions

View File

@@ -1612,6 +1612,7 @@ solution "eepp"
project "eepp-ui-html"
set_kind()
language "C++"
includedirs { "src/thirdparty" }
files { "src/examples/ui_html/*.cpp" }
build_link_configuration( "eepp-ui-html", true )