Let's have it as it's common to be, which means top level src/ for sources, single data/ for data, and so on.
10 lines
195 B
CMake
10 lines
195 B
CMake
install(FILES evolution-calendars.ui
|
|
evolution-contacts.ui
|
|
evolution-mail.ui
|
|
evolution-mail-reader.ui
|
|
evolution-memos.ui
|
|
evolution-shell.ui
|
|
evolution-tasks.ui
|
|
DESTINATION ${uidir}
|
|
)
|