aboutsummaryrefslogtreecommitdiffstats
path: root/examples/pugl_cpp_demo.app/MacOS/meson.build
AgeCommit message (Collapse)AuthorFilesLines
2023-05-03Use consistent names for internal meson dependenciesDavid Robillard1-1/+1
2023-01-04Clean up licensing metadataDavid Robillard1-0/+3
2022-10-07Clean up meson definitionsDavid Robillard1-2/+3
2022-08-31Add include_directories to pugl_depMichael Fisher1-1/+1
2022-05-20MacOS: Build examples as application bundlesDavid Robillard1-0/+7
This is required on MacOS to make the examples usable. When run as bare programs, they don't show up as normal windows or receive keyboard input.