Imported Upstream version 2.8.11.2
[platform/upstream/cmake.git] / Tests / IncludeDirectories / TargetIncludeDirectories / other.cpp
1 #ifdef _WIN32
2 __declspec(dllexport)
3 #endif
4 int other() {
5   return 0;
6 }