parent
56fba53130
commit
65974b4dad
4 changed files with 9 additions and 4 deletions
@ -1,6 +1,6 @@ |
|||||||
project('custom install dirs', 'c') |
project('custom install dirs', 'c') |
||||||
|
|
||||||
executable('prog', 'prog.c', install : true, install_dir : 'dib/dab/dub') |
executable('prog', 'prog.c', install : true, install_dir : 'dib/dab/dub') |
||||||
headers('sample.h', install_dir : 'some/dir') |
install_headers('sample.h', install_dir : 'some/dir') |
||||||
man('prog.1', install_dir : 'woman') |
man('prog.1', install_dir : 'woman') |
||||||
data('foobar', 'datafile.cat', install_dir : 'meow') |
data('foobar', 'datafile.cat', install_dir : 'meow') |
||||||
|
Loading…
Reference in new issue