project('sfmldemo', 'cpp', default_options: 'default_library=static') sfml_dep = dependency('sfml') imgui_dep = dependency('imgui-sfml') executable('sfmlprog', 'sfmlprog.cpp', win_subsystem: 'windows', dependencies: [sfml_dep, imgui_dep])