91de0b09ef
- Tests IMPLICIT_DEPENDS_INCLUDE_TRANSFORM properties. - See issue #6648. - Works without help in VS IDEs due to native dependency handling. - Xcode needs help to rebuild correctly.
8 lines
122 B
C++
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;
|
|
}
|