From e08b7fc35a754a17feeff663b20cf81b4b428ab7 Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Thu, 2 May 2024 17:53:42 +0200 Subject: Add tests for object_only library --- tests/test_cases/deps/object/bar.hpp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests/test_cases/deps/object/bar.hpp (limited to 'tests/test_cases/deps/object/bar.hpp') diff --git a/tests/test_cases/deps/object/bar.hpp b/tests/test_cases/deps/object/bar.hpp new file mode 100644 index 0000000..9c97d54 --- /dev/null +++ b/tests/test_cases/deps/object/bar.hpp @@ -0,0 +1,9 @@ +#ifndef BAR_HPP +#define BAR_HPP + +#include + +// use this object lib to extend the public symbols of shared lib 'foo' by 'bar' +std::string bar(); + +#endif -- cgit v1.2.3