CMakeLists and packaging files for automatic Edje file compilation in project
问题 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. 回答1: In your CMakeLists.txt, do: ADD_CUSTOM_TARGET(your_edj_file.edj COMMAND edje_cc your_edc_file