summaryrefslogtreecommitdiff
path: root/cmakeconfig
Commit message (Collapse)AuthorAgeFilesLines
* meson: fix cmake generationMarcel Hollerbach2019-06-101-13/+18
| | | | | | | | | | | | | | | | Summary: there were missing Version files. These are generated now. Tested and verified with ecrire. Reviewers: zmike, segfaultxavi Reviewed By: zmike Subscribers: cedric, #reviewers, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D9054
* meson: fix to make results same as a way it does in autotoolsWonki Kim2019-01-302-1/+1
| | | | | | I found that results of build are different by build tools. this patch fixes meson.build to make results same as a way it does in autotools. Differential Revision: https://phab.enlightenment.org/D7819
* meson: support cmakeconfigsMarcel Hollerbach2019-01-041-0/+61
| | | | | | | | | this was forgotten, but its required from Ecrire Clouseau etc. fixes T7540. Reviewed-by: Cedric BAIL <cedric.bail@free.fr> Differential Revision: https://phab.enlightenment.org/D7541
* cmake: update to the new eolian bin syntaxMarcel Hollerbach2016-10-071-2/+2
|
* elementary: move all legacy files to their expected new location.Cedric BAIL2016-03-232-0/+43
|
* build: rename Eolian helper cmake file to mark it as inputStefan Schmidt2015-11-251-0/+0
| | | | | | | Align it with the rest of our cmake support files. Adding it to configure as well so the cmake file gets generate from the cmake.in Without this I had distcheck failing with a missing target for it.
* cmake: Include module per defaultMarcel Hollerbach2015-11-252-1/+2
| | | | if someone uses eolian its likly that he wants to install some rules
* cmake: Add a helper script which defines generator rules for eo filesMarcel Hollerbach2015-11-251-0/+80
| | | | | | | eo_rule_create adds rules to generate to .eo.x .eo.h .eot.h files. It also monitors its deps. @feature
* efreet: add cmake support for components.Marcel Hollerbach2015-03-181-0/+22
| | | | | | | | | | | | | Summary: Add support for components in the efreet config. You can now add trash and mime. Reviewers: tasn Subscribers: cedric Differential Revision: https://phab.enlightenment.org/D2178 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
* eio: fix cmake copy & paste error.Marcel Hollerbach2015-03-181-1/+1
| | | | | | | | | | | | | | | Summary: I copyed the original file from eet and forgot to change eet to eio, Sorry Reviewers: cedric, tasn Subscribers: cedric Differential Revision: https://phab.enlightenment.org/D2177 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
* cmake: Add files for Emile, the serial killerJean-Philippe Andre2015-03-171-0/+32
|
* Eio: added cmake fileMarcel Hollerbach2015-03-041-0/+25
| | | | | | | | | | | | | | Summary: Added cmake config files for Eio Test Plan: install it and test it with a app with needs eio Reviewers: cedric, tasn Reviewed By: tasn Subscribers: cedric Differential Revision: https://phab.enlightenment.org/D2079
* elua: add elua.pc to configure.ac and add cmake definitions for eluaDaniel Kolesa2014-12-081-0/+36
|
* Edje cmake: Add a way to define edje compilation target.Tom Hacohen2014-09-241-0/+13
|
* Add missing cmake config for efl libs.Tom Hacohen2014-09-221-0/+32
|
* eolian_cxx: initial version of the EFL C++ Bindings Generator.Savio Sena2014-05-036-0/+216
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Summary: This patch adds 'eolian_cxx' -- a C++ bindings generator -- to the EFL tree. Eolian Cxx uses Eolian API to read .eo files and generate .eo.hh. It relies/depends on Eo Cxx and Eina Cxx (both non-generated bindings). src/bin/eolian_cxx: The eolian_cxx program. src/lib/eolian_cxx: A header-only library that implements the C++ code generation that binds the .eo classes. =Examples= src/examples/eolian_cxx/eolian_cxx_simple_01.cc: The simplest example, it just uses some "dummy" generated C++ classes. src/examples/eolian_cxx/eolian_cxx_inherit_01.cc: Illustrates how pure C++ classes inherit from .eo generated classes. src/examples/evas/evas_cxx_rectangle.cc: More realistic example using the generated bindings Evas Cxx. Still a bit shallow because we don't have full fledged .eo descriptions yet, but will be improved. =Important= The generated code is not supported and not a stable API/ABI. It is here to gather people interest and get review before we set things in stone for release 1.11. @feature Reviewers: cedric, smohanty, raster, stefan_schmidt CC: felipealmeida, JackDanielZ, cedric, stefan Differential Revision: https://phab.enlightenment.org/D805 Signed-off-by: Cedric Bail <cedric.bail@free.fr>
* Eolian: update cmake.Daniel Zaoui2014-04-281-0/+9
| | | | | The change is needed for applications that want to use the installed .eo files (currently of efl and elementary).
* Eolian: add support for cmakeDaniel Zaoui2014-04-141-0/+32
| | | | Now with the file :-)
* Emotion: Add cmake definition filesJean-Philippe Andre2014-02-171-0/+32
| | | | Shameless copy & paste + sed from Evas stuff
* Add several missing Config.cmake.inRyuan Choi2013-11-203-0/+96
| | | | | | - EldbusConfig.cmake.in - EthumbClientConfig.cmake.in - EthumbConfig.cmake.in
* cmake: Add EDJE_CC_EXECUTABLE variable in EdjeConfig.cmakeRyuan Choi2013-11-161-2/+6
|
* Add EezeConfig.cmake.inRyuan Choi2013-11-161-0/+32
| | | | | Other components already install XXXConfig.cmake and XXConfigVersion.cmake, but Eeze was missing.
* cmake : find_package should find Ecore modules using underline. AcceptedRyuan Choi2013-05-151-2/+2
|
* cmake : EcoreConfig.cmake should be able to find ecore sub modules.Ryuan Choi2013-04-171-14/+31
|
* Added EFLConfigVersion.cmake.in for all XXXConfigVersion.cmakeNeeds ReviewRyuan Choi2013-04-041-0/+11
|
* add .gitignore for generated cmakes.Carsten Haitzler (Rasterman)2013-02-151-0/+1
|
* Efl: Ship cmake configs (like pkg-config).Tom Hacohen2013-02-057-0/+241
This should make it easier for applications to use efl with cmake. It seems to work with my tests. It's ugly and redundant but it's the first step. Not all the components are supported at the moment. SVN revision: 83637