cmake: add emile and EFL_OPTION_BACKEND()
authorGustavo Sverzut Barbieri <barbieri@profusion.mobi>
Thu, 26 Jan 2017 15:13:51 +0000 (13:13 -0200)
committerGustavo Sverzut Barbieri <barbieri@profusion.mobi>
Thu, 26 Jan 2017 16:23:24 +0000 (14:23 -0200)
commitb67acda0d626bde9235d49b4ca045e083db855a2
tree6f0f92c178d1b0460b4f695c34b1f47ee5d55b6c
parent8de264f597ba28dea688dfe318dc2e863cc76f4f
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).
CMakeLists.txt
cmake/config/common.cmake
cmake/config/emile.cmake [new file with mode: 0644]
cmake/helpers/EflMacros.cmake
src/lib/emile/CMakeLists.txt [new file with mode: 0644]
src/tests/emile/CMakeLists.txt [new file with mode: 0644]