blob: 12ad38948da363090aeda9be8954d7743c2b05b4 [file] [log] [blame]
project('install test', 'c', default_options : ['libdir=libtest'])
stlib = static_library('stat', 'stat.c', install : true)
exe = executable('prog', 'prog.c', install : true)