summaryrefslogtreecommitdiff
path: root/odk/CustomTarget_build-examples.mk
diff options
context:
space:
mode:
authorHossein <hossein@libreoffice.org>2022-05-19 10:28:41 +0200
committerHossein <hossein@libreoffice.org>2022-05-25 09:02:29 +0200
commitb6e0ae1b1bad5e222e21bbb4b2a158c1fc6f9779 (patch)
tree6aa85eb4fa942691cc1b166e0b1d9c6a0d2668ea /odk/CustomTarget_build-examples.mk
parent27fb97fbfe3da858cefb830614c90a496dfe3ad6 (diff)
Add Makefile for the FirstUnoContact C++ SDK example
Add Makefile for the DevelopersGuide/FirstUnoContact C++ SDK example. The example now can be built using the same process for other C++ exmaples. The DevelopersGuide examples will be categorized into several directories, according to the language: basic cxx java python This requires that all examples ported to each of these languages. Change-Id: I95c5c324fef66664836b5e07bf34c98117e6b478 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134596 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 38ed74bf9262..f536d8351b7b 100644
--- a/odk/CustomTarget_build-examples.mk
+++ b/odk/CustomTarget_build-examples.mk
@@ -10,6 +10,7 @@
my_example_dirs = \
CLI/CSharp/Spreadsheet \
CLI/VB.NET/WriterDemo \
+ DevelopersGuide/FirstSteps/cxx \
DevelopersGuide/BasicAndDialogs/ToolkitControls \
DevelopersGuide/Components/Addons/ProtocolHandlerAddon_cpp \
DevelopersGuide/Components/CppComponent \