summaryrefslogtreecommitdiff
path: root/odk/CustomTarget_build-examples.mk
diff options
context:
space:
mode:
authorHossein <hossein@libreoffice.org>2024-03-10 20:58:37 +0100
committerHossein <hossein@libreoffice.org>2024-03-11 00:25:38 +0100
commitd30891d6ad5473708aaba7b31aa87de29ae57fe6 (patch)
tree9e1b71b5b2264116b99bef21f58402b1e1340865 /odk/CustomTarget_build-examples.mk
parent93c5a2513c7cb2f737a0e1f8de0b101bdc6337d4 (diff)
tdf#143122 Port HelloTextTableShape example to C++
Port DevelopersGuide/FirstSteps/HelloTextTableShape Java SDK example to C++ and add a GNU Makefile for the build. Change-Id: I8798406c24ec6c566fb6494f7202f6a2a984a25c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164635 Tested-by: Jenkins Reviewed-by: Hossein <hossein@libreoffice.org>
Diffstat (limited to 'odk/CustomTarget_build-examples.mk')
-rw-r--r--odk/CustomTarget_build-examples.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/odk/CustomTarget_build-examples.mk b/odk/CustomTarget_build-examples.mk
index dd5a2e58732e..50131ecb4f99 100644
--- a/odk/CustomTarget_build-examples.mk
+++ b/odk/CustomTarget_build-examples.mk
@@ -12,6 +12,7 @@ my_example_dirs = \
CLI/VB.NET/WriterDemo \
DevelopersGuide/FirstSteps/FirstUnoContact/cxx \
DevelopersGuide/FirstSteps/FirstLoadComponent/cxx \
+ DevelopersGuide/FirstSteps/HelloTextTableShape/cxx \
DevelopersGuide/BasicAndDialogs/ToolkitControls \
DevelopersGuide/Components/Addons/ProtocolHandlerAddon_cpp \
DevelopersGuide/Components/CppComponent \