Simple README and a first test running on OSX.

This commit is contained in:
Zed A. Shaw 2024-04-23 09:14:08 -04:00
parent 8a78fffb5f
commit dfbae6043b
2 changed files with 27 additions and 3 deletions

View file

@ -1,5 +1,5 @@
project('sfmldemo', 'cpp',
default_options: 'default_library=static')
default_options: ['cpp_std=c++17'])
sfml_dep = dependency('sfml')
imgui_dep = dependency('imgui-sfml')