Files
CMake/Tests/RunCMake/PrecompileHeaders/pch-included.cpp
2021-09-13 08:12:11 -07:00

9 lines
93 B
C++

#ifndef HAVE_PCH_SUPPORT
# include "pch.h"
#endif
int testCpp()
{
return PCH_INCLUDED;
}