blob: fd5aa48f19e9cab87e5768525ec9f3ec0d7b6cfe [file] [log] [blame]
#include "libA.hpp"
#if not BUILD_AS_OBJ
#error "BUILD_AS_OBJ was not defined"
#endif
std::string getLibStr(void) {
return "Hello World";
}