diff options
author | Gustavo Sverzut Barbieri <barbieri@profusion.mobi> | 2017-01-26 13:13:51 -0200 |
---|---|---|
committer | Gustavo Sverzut Barbieri <barbieri@profusion.mobi> | 2017-01-26 14:23:24 -0200 |
commit | b67acda0d626bde9235d49b4ca045e083db855a2 (patch) | |
tree | 6f0f92c178d1b0460b4f695c34b1f47ee5d55b6c /CMakeLists.txt | |
parent | 8de264f597ba28dea688dfe318dc2e863cc76f4f (diff) | |
download | efl-b67acda0d626bde9235d49b4ca045e083db855a2.tar.gz |
cmake: add emile and EFL_OPTION_BACKEND()
Add emile and with that EFL_OPTION_BACKEND() to support choosing among
different backends for something, in emile's case it's crypto backend
(gnutls, openssl or none).
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7196aa8a67..aca7adfa19 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -35,6 +35,7 @@ EFL_LIB(eina) EFL_LIB(eolian) EFL_LIB(eo) EFL_LIB(efl) +EFL_LIB(emile) EFL_LIB(ecore) EFL_OPTIONS_SUMMARY() |