mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-04 20:46:29 +03:00
Add a new example of how to create a custom widget.
This commit is contained in:
@@ -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++"
|
||||
|
||||
Reference in New Issue
Block a user