ObjSQLite3  Diff

Differences From Artifact [4ebc7f4ac0]:

To Artifact [b3f1289f8f]:


1
2
3
4
5
testexe = executable('tests', 'Tests.m',
  dependencies: [objfw_dep],
  link_with: objsqlite3,
  include_directories: incdir)
test('ObjSQLite3 tests', testexe)

|



1
2
3
4
5
testexe = executable('tests', 'Tests.m',
  dependencies: objfw_dep,
  link_with: objsqlite3,
  include_directories: incdir)
test('ObjSQLite3 tests', testexe)