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.
6 lines
205 B
6 lines
205 B
5 years ago
|
dll_res = win.compile_resources('src_dll/version.rc')
|
||
|
shared_library('lib3', 'src_dll/main.c', dll_res)
|
||
|
|
||
|
exe_res = win.compile_resources('src_exe/version.rc')
|
||
|
executable('exe3', 'src_exe/main.c', exe_res)
|