The Meson Build System http://mesonbuild.com/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

5 lines
219 B

dll_res = win.compile_resources(files('src_dll/version.rc'))
shared_library('lib4', 'src_dll/main.c', dll_res)
exe_res = win.compile_resources(files('src_exe/version.rc'))
executable('exe4', 'src_exe/main.c', exe_res)