Differences From Artifact [97f09eac61]:
- File meson.build — part of check-in [e20d96017a] at 2024-08-07 20:11:55 on branch trunk — Migrate build system to Meson (user: js, size: 623) [annotate] [blame] [check-ins using]
To Artifact [444e8d3bcc]:
- File meson.build — part of check-in [7c5c1c07e2] at 2024-08-07 20:34:54 on branch trunk — Set b_asneeded=false to make ObjFWTLS work (user: js, size: 650) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 | 1 2 3 4 5 6 7 8 9 10 11 12 | + | project('ObjMatrix', 'objc', version: '0.1', meson_version: '>= 1.5.0', default_options: { 'b_asneeded': 'false', 'warning_level': '3', }) objfw_dep = dependency('objfw', modules: ['ObjFWTLS', 'ObjSQLite3']) incdir = include_directories('src', 'src/exceptions') |
︙ |