Improve meson.build files
FossilOrigin-Name: da6b5c90d4fae43b05b79b391bc53e391ce491867776a1ac3fb84c6de1a57359
This commit is contained in:
parent
e1c01cfd01
commit
cbd238001b
5 changed files with 44 additions and 36 deletions
9
src/exceptions/meson.build
Normal file
9
src/exceptions/meson.build
Normal file
|
@ -0,0 +1,9 @@
|
|||
exceptions_sources = files(
|
||||
'SL3BindObjectFailedException.m',
|
||||
'SL3ClearBindingsFailedException.m',
|
||||
'SL3Exception.m',
|
||||
'SL3ExecuteStatementFailedException.m',
|
||||
'SL3OpenFailedException.m',
|
||||
'SL3PrepareStatementFailedException.m',
|
||||
'SL3ResetStatementFailedException.m',
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue