From 7b065c873d91a2ae8422b2ea06dddd91f027d9c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Lucas=20Golini?= Date: Sun, 27 Oct 2024 03:44:13 -0300 Subject: [PATCH] Forgot the premake5 project. --- premake5.lua | 6 ++++++ 1 file changed, 6 insertions(+) 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++"