summaryrefslogtreecommitdiff
path: root/smoketest/meson.build
blob: 22e0993ba1a8c7b0520c48c67dcf1bd7ebba7c20 (plain)
1
2
3
4
5
6
7
8
9
10
smoketest_lib = shared_library('smoketest',
  'smoketest.cxx',
  udk_fake_h, off_fake_h,
  cpp_args: ['-DLIBO_INTERNAL_ONLY',
             '-DCPPUNIT_PLUGIN_EXPORT=extern "C" SAL_DLLPUBLIC_EXPORT'],
  include_directories: [main_inc, udkh_inc, offapi_inc],
  link_with: [cppu_lib, cppuhelper_lib, sal_lib, unotest_lib],
  dependencies: [cppunit_dep],
  install: true,
)