Forgot the premake5 project.

This commit is contained in:
Martín Lucas Golini
2024-10-27 03:44:13 -03:00
parent cec4c39dbb
commit 7b065c873d

View File

@@ -1291,6 +1291,12 @@ workspace "eepp"
incdirs { "src/thirdparty" }
build_link_configuration( "eepp-http-request", true )
project "eepp-ui-custom-widget"
set_kind()
language "C++"
files { "src/examples/ui_custom_widget/*.cpp" }
build_link_configuration( "eepp-ui-custom-widget", true )
project "eepp-ui-hello-world"
set_kind()
language "C++"