mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-13 12:59:55 -05:00
9 lines
93 B
C++
9 lines
93 B
C++
#ifndef HAVE_PCH_SUPPORT
|
|
# include "pch.h"
|
|
#endif
|
|
|
|
int testCpp()
|
|
{
|
|
return PCH_INCLUDED;
|
|
}
|