1#ifndef C10_MACROS_CMAKE_MACROS_H_ 2#define C10_MACROS_CMAKE_MACROS_H_ 3 4// Automatically generated header file for the C10 library. 5// Do not include this file directly. Instead, include c10/macros/Macros.h. 6 7#cmakedefine C10_BUILD_SHARED_LIBS 8#cmakedefine C10_USE_GLOG 9#cmakedefine C10_USE_GFLAGS 10#cmakedefine C10_USE_NUMA 11#cmakedefine C10_USE_MSVC_STATIC_RUNTIME 12#cmakedefine C10_USE_ROCM_KERNEL_ASSERT 13 14#endif // C10_MACROS_CMAKE_MACROS_H_ 15