summaryrefslogtreecommitdiffstats
path: root/test cases/unit/56 introspection/sharedlib/meson.build
blob: 7640bc70afb65a6401e0fb8e088520ed61805b77 (plain)
1
2
SRC_shared = ['shared.cpp']
sharedlib = shared_library('sharedTestLib', SRC_shared, extra_files: ['shared.hpp'])