diff options
author | Felipe Magno de Almeida <felipe@expertisesolutions.com.br> | 2014-02-25 17:24:32 -0300 |
---|---|---|
committer | Cedric Bail <cedric.bail@free.fr> | 2014-02-25 18:05:01 -0300 |
commit | f279225a6300063c0bc6a47dedd3036ac72e89a6 (patch) | |
tree | 796dadba6c7cfaf301f89b24086a1d05647825b7 /Makefile.am | |
parent | d63507446fcd9ee1fd90373f5d1207f71cfb8f74 (diff) | |
download | efl-f279225a6300063c0bc6a47dedd3036ac72e89a6.tar.gz |
eina: add a C++ bindings to Eina @feature.
The goal of this library is to make the life of C++ developers easier
when having to manipulate Eina datatype by providing a layer to abstract
those data type in C++. Check examples for now. Documentation will come
soon, but we are pushing that rather sooner to get feedback on those bindings.
As you will notice, this library is just composed of headers. There is no .so
and we do think it is better this way. Reducing ABI and API stability issue for
applications developers who are the primary target of this binding.
Also please note that you will need to have C++11 to use this binding.
Signed-off-by: Cedric Bail <cedric.bail@free.fr>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index f4b62572a6..db28c44ec2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -119,6 +119,7 @@ endif pkgconfig_DATA += \ pc/eina.pc \ +pc/eina-cxx.pc \ pc/eo.pc \ pc/eet.pc \ pc/evas.pc \ |