diff --git a/premake5.lua b/premake5.lua index 99019ed61..552552f10 100644 --- a/premake5.lua +++ b/premake5.lua @@ -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++"