summaryrefslogtreecommitdiff
path: root/ios/Module_ios.mk
diff options
context:
space:
mode:
authorjan Iversen <jani@libreoffice.org>2017-02-23 12:47:34 +0100
committerjan iversen <jani@libreoffice.org>2017-03-19 16:36:11 +0000
commitc1f46c54a62030efb93443c025487d2caade5b9c (patch)
tree2aaad8dd781dc2559feeb09cf1a2189c79022076 /ios/Module_ios.mk
parent7a2f07c4bd5d26657593044dd441ba5fd168e5de (diff)
ios LibreOfficeLight LOkit integration
Integrated LibreOfficeLight into gbuild. added lo.xcconfig and Resources (needed to link with LO and run LO) added swift --> C interface for LOkit add known commands from JS client added C++ condition in LibreOfficekitInit.h (inline no good in a C file) Change-Id: I19ebe8912546408bf701c96c0c63541d6e37cad8 Reviewed-on: https://gerrit.libreoffice.org/35430 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@libreoffice.org>
Diffstat (limited to 'ios/Module_ios.mk')
-rw-r--r--ios/Module_ios.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/ios/Module_ios.mk b/ios/Module_ios.mk
index 13c607b9d497..22b551214631 100644
--- a/ios/Module_ios.mk
+++ b/ios/Module_ios.mk
@@ -14,6 +14,7 @@ $(eval $(call gb_Module_add_targets,ios,\
CustomTarget_Lo_Xcconfig \
CustomTarget_TiledLibreOffice_app \
CustomTarget_Prototype_app \
+ CustomTarget_LibreOfficeLight_app \
))
endif