Files
CMake/Tests/RunCMake/PrecompileHeaders/non-pch.cpp
2019-08-28 11:47:51 -04:00

4 lines
79 B
C++

#ifdef PCH_INCLUDED
# error "PCH must not be included into this file!"
#endif