cmake: fix module define translation.
authorGustavo Sverzut Barbieri <barbieri@profusion.mobi>
Mon, 23 Jan 2017 20:25:22 +0000 (18:25 -0200)
committerGustavo Sverzut Barbieri <barbieri@profusion.mobi>
Mon, 23 Jan 2017 20:25:22 +0000 (18:25 -0200)
commit5e294031de7403512a838776e383bae601df47d6
treea740aeb2eccfa86561a8a9357eb521f67bf05acf
parent0f8a6d04abbc50075cd6194a5fc5f033b897e0b1
cmake: fix module define translation.

we can't check the options in config/eina.cmake as they were not
created at that point, instead we must have a "post" file that is
included after everything else is processed, options/targets all
exist and can be modified.
cmake/config/eina.cmake
cmake/helpers/EflMacros.cmake
cmake/post/eina.cmake [new file with mode: 0644]