Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Kitware
GitHub Repository: Kitware/CMake
Path: blob/master/Tests/BuildDepends/Project/zot_macro_tgt.cxx
3153 views
#define ZOT_TGT(x) <zot_##x##_tgt.hxx>
#include ZOT_TGT(macro)

char const* zot_macro_tgt_f()
{
  return zot_macro_tgt;
}