Let's have it as it's common to be, which means top level src/ for sources, single data/ for data, and so on.
7 lines
120 B
CMake
7 lines
120 B
CMake
install(FILES Tasks.galview
|
|
With_DueDate.galview
|
|
With_Status.galview
|
|
galview.xml
|
|
DESTINATION ${viewsdir}/tasks
|
|
)
|