CMake/Tests/BuildDepends/Project/zot_macro_tgt.cxx

8 lines
122 B
C++

#define ZOT_TGT(x) <zot_##x##_tgt.hxx>
#include ZOT_TGT(macro)
const char* zot_macro_tgt_f()
{
return zot_macro_tgt;
}