parent
804a3ca72a
commit
48e678db76
4 changed files with 10 additions and 1 deletions
@ -1,3 +1,4 @@ |
||||
usr/share/progname/datafile.dat |
||||
usr/share/progname/vanishing.dat |
||||
usr/share/progname/vanishing2.dat |
||||
etc/etcfile.dat |
||||
|
@ -1,4 +1,7 @@ |
||||
project('data install test', 'c') |
||||
install_data(sources : 'datafile.dat', install_dir : 'share/progname') |
||||
install_data(sources : 'etcfile.dat', install_dir : '/etc') |
||||
|
||||
subdir('vanishing') |
||||
|
||||
install_data(sources : 'vanishing/vanishing2.dat', install_dir : 'share/progname') |
||||
|
@ -0,0 +1,4 @@ |
||||
This is a data file to be installed in a subdirectory. |
||||
|
||||
It is installed from a different subdir to test that the |
||||
installer strips the source tree dir prefix. |
Loading…
Reference in new issue