Imported Upstream version 2.8.12.2
[platform/upstream/cmake.git] / Tests / CMakeCommands / target_link_libraries / cmp0022 / onlyplainlib2.h
1
2 #include "onlyplainlib1.h"
3
4 #ifdef _WIN32
5 __declspec(dllexport)
6 #endif
7 OnlyPlainLib1 onlyPlainLib2();