shared_library(
'co1',
'callout_library.cc',
+ dependencies: [boost],
include_directories: [include_directories('.')] + INCLUDES,
link_with: LIBS_BUILT_SO_FAR,
build_rpath: '/nowhere',
shared_library(
'co2',
'callout_library.cc',
+ dependencies: [boost],
include_directories: [include_directories('.')] + INCLUDES,
link_with: LIBS_BUILT_SO_FAR,
build_rpath: '/nowhere',
shared_library(
'co3',
'callout_params_library.cc',
+ dependencies: [boost],
include_directories: [include_directories('.')] + INCLUDES,
link_with: LIBS_BUILT_SO_FAR,
build_rpath: '/nowhere',
shared_library(
'nvl',
'no_version_library.cc',
+ dependencies: [boost],
include_directories: [include_directories('.')] + INCLUDES,
link_with: LIBS_BUILT_SO_FAR,
build_rpath: '/nowhere',
shared_library(
'ivl',
'incorrect_version_library.cc',
+ dependencies: [boost],
include_directories: [include_directories('.')] + INCLUDES,
link_with: LIBS_BUILT_SO_FAR,
build_rpath: '/nowhere',
shared_library(
'fxl',
'framework_exception_library.cc',
+ dependencies: [boost],
include_directories: [include_directories('.')] + INCLUDES,
link_with: LIBS_BUILT_SO_FAR,
build_rpath: '/nowhere',
shared_library(
'bcl',
'basic_callout_library.cc',
+ dependencies: [boost],
include_directories: [include_directories('.')] + INCLUDES,
link_with: LIBS_BUILT_SO_FAR,
build_rpath: '/nowhere',
shared_library(
'lcl',
'load_callout_library.cc',
+ dependencies: [boost],
include_directories: [include_directories('.')] + INCLUDES,
link_with: LIBS_BUILT_SO_FAR,
build_rpath: '/nowhere',
shared_library(
'lecl',
'load_error_callout_library.cc',
+ dependencies: [boost],
include_directories: [include_directories('.')] + INCLUDES,
link_with: LIBS_BUILT_SO_FAR,
build_rpath: '/nowhere',
shared_library(
'ucl',
'unload_callout_library.cc',
+ dependencies: [boost],
include_directories: [include_directories('.')] + INCLUDES,
link_with: LIBS_BUILT_SO_FAR,
build_rpath: '/nowhere',
shared_library(
'fcl',
'full_callout_library.cc',
+ dependencies: [boost],
include_directories: [include_directories('.')] + INCLUDES,
link_with: LIBS_BUILT_SO_FAR,
build_rpath: '/nowhere',
shared_library(
'pcl',
'callout_params_library.cc',
+ dependencies: [boost],
include_directories: [include_directories('.')] + INCLUDES,
link_with: LIBS_BUILT_SO_FAR,
build_rpath: '/nowhere',
shared_library(
'acl',
'async_callout_library.cc',
+ dependencies: [boost],
include_directories: [include_directories('.')] + INCLUDES,
link_with: LIBS_BUILT_SO_FAR,
build_rpath: '/nowhere',