project('simple-x11-window', 'c') x11_dep = dependency('x11') executable('simple-x11-window', 'main.c', dependencies: x11_dep)