diff options
author | Tom Hacohen <tom@stosb.com> | 2013-02-05 16:19:37 +0000 |
---|---|---|
committer | Tom Hacohen <tom@stosb.com> | 2013-02-05 16:19:37 +0000 |
commit | 0f3d5509bc8b6d437e74483b4a69e91811c737ad (patch) | |
tree | 6df7e8f492e5d0d3e52e150c7d7356ae70a847dd /Makefile.am | |
parent | f9cf5bb374a361b7b14bae8b191365ad5961e1c0 (diff) | |
download | efl-0f3d5509bc8b6d437e74483b4a69e91811c737ad.tar.gz |
Efl: Ship cmake configs (like pkg-config).
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
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index a0924be285..4a6d8eb075 100644 --- a/Makefile.am +++ b/Makefile.am @@ -227,6 +227,16 @@ if HAVE_ECORE_AUDIO pkgconfig_DATA += pc/ecore-audio.pc endif +# Cmake configs: +cmakeconfigdir = ${prefix}/share/cmake/Modules/ +cmakeconfig_DATA = cmakeconfig/EinaConfig.cmake \ + cmakeconfig/EoConfig.cmake \ + cmakeconfig/EetConfig.cmake \ + cmakeconfig/EvasConfig.cmake \ + cmakeconfig/EcoreConfig.cmake \ + cmakeconfig/EdjeConfig.cmake \ + cmakeconfig/EfreetConfig.cmake + # D-Bus services: servicedir = @dbusservicedir@ |