cpp-utilities/cmake/templates/global.h.in

13 lines
413 B
C

// Created via CMake from template global.h.in
// WARNING! Any changes to this file will be overwritten by the next CMake run!
// This file is only provided for compatibility.
// Include "@META_TARGET_NAME@-global.h" directly new code.
#ifndef @META_PROJECT_VARNAME_UPPER@_GLOBAL
#define @META_PROJECT_VARNAME_UPPER@_GLOBAL
#include "@META_TARGET_NAME@-global.h"
#endif // @META_PROJECT_VARNAME_UPPER@_GLOBAL