mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-01-31 05:14:18 +00:00
9 lines
145 B
C++
9 lines
145 B
C++
|
|
#include "testSharedLibRequiredUser2.h"
|
|
|
|
TestSharedLibRequired TestSharedLibRequiredUser2::foo()
|
|
{
|
|
TestSharedLibRequired req;
|
|
return req;
|
|
}
|