aboutsummaryrefslogtreecommitdiffstats
path: root/examples/pugl_cpp_demo.app/MacOS
AgeCommit message (Collapse)AuthorFilesLines
4 daysMove test utilities to a separate subprojectDavid Robillard1-1/+1
Towards sorting out sloppy include directories, and avoiding upward-relative paths in includes. A subproject seems like overkill, but this is the only way I can think of that makes for a clean local dependency that doesn't rely on anything non-standard or trigger any linters.
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.