Imported Upstream version 2.8.12.2
[platform/upstream/cmake.git] / Tests / InterfaceLinkLibraries / foo.h
1 #ifdef _WIN32
2 __declspec(dllexport)
3 #endif
4 int foo();