summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorYeongjong Lee <yj34.lee@samsung.com>2019-10-28 17:10:48 -0300
committerLauro Moura <lauromoura@expertisesolutions.com.br>2019-10-28 17:46:15 -0300
commite6fafe4e614e1ebb72e44f006f8adba9edccedaf (patch)
treeb1b19eb766b665c0ec87331d7a87130e2c696d05 /meson_options.txt
parente25ed4f35377dbb54de1a60147d4bda7f9f98e3a (diff)
downloadefl-e6fafe4e614e1ebb72e44f006f8adba9edccedaf.tar.gz
mono: introduce friend assembly
Summary: Friend assemblies can access efl_mono assembly's internal types and members. If `build-tests` option is true, `efl-mono-suite.exe` and `efl_mono_test.dll` will become friend assemblies. Test Plan: meson setup -Dbindings=mono,cxx -Dmono-beta=true Reviewers: lauromoura, segfaultxavi, Jaehyun_Cho Reviewed By: lauromoura Subscribers: felipealmeida, cedric, #reviewers, woohyun, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D10337
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 0a4702cad8..66ef0257f4 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -366,3 +366,9 @@ option('install-eo-files',
value: false,
description : 'Install any eo file'
)
+
+option('mono-friend-assemblies',
+ type : 'array',
+ value : [],
+ description : 'List of friend assemblies that can access efl_mono assembly\'s internal types and members.'
+)