I want to add color setting in valamang. Now I almost finish it. For correct work need copy gschema.xml setting file and run some system command. Which file I need edit on cmake? I need insert code like
install -Dp -m0644 org.alsoijw.populate.gschema.xml $(DESTDIR)/usr/share/glib-2.0/schemas/
glib-compile-schemas /usr/share/glib-2.0/schemas/
I want to add color setting in valamang. Now I almost finish it. For correct work need copy gschema.xml setting file and run some system command. Which file I need edit on cmake? I need insert code like