cmake/eo: expose HAVE_EO_ID to build via config_gen.h

This commit is contained in:
Gustavo Sverzut Barbieri 2017-01-27 15:26:07 -02:00
parent 281ca807fe
commit f5e6b06298
1 changed files with 2 additions and 0 deletions

View File

@ -1 +1,3 @@
EFL_OPTION(HAVE_EO_ID "Have Eo id indirection" ON)
CHECK_APPEND_DEFINE(HAVE_EO_ID ${HAVE_EO_ID})