Add a new example of how to create a custom widget.

This commit is contained in:
Martín Lucas Golini
2024-10-27 03:43:06 -03:00
parent 04fd9d3264
commit cec4c39dbb
2 changed files with 108 additions and 0 deletions

View File

@@ -1439,6 +1439,12 @@ solution "eepp"
includedirs { "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++"