I'm very new to EFL. And now I'm trying to get used to it. There is library named Edje. This library allows theming and other sort of things. But files for it are created in plain text and have to be compiled using edje_cc
.
How can I add this compilation to CMakeLists.txt
file and to packaging.spec
file for it to be properly compiled and installed on the machine?
Sorry for my broken English.