CMake/Tests/BuildDepends/Project/zot_macro_dir.cxx
Brad King 91de0b09ef ENH: Update BuildDepends test to check #include lines with macros.
- 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.
2008-05-14 11:55:12 -04:00

8 lines
122 B
C++

#define ZOT_DIR(x) <zot_##x##_dir.hxx>
#include ZOT_DIR(macro)
const char* zot_macro_dir_f()
{
return zot_macro_dir;
}