1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-06-22 04:21:19 +08:00
CMake/Tests/PrecompiledHeader/foo_precompile.c

6 lines
306 B
C

/* The foo_precompiled.h header is included by a /FI option when this
source is used to create a precompiled header. Include it here
explicitly to allow dependency scanning to detect the dependency
whether or not the include path is known to the scanner. */
#include "include/foo_precompiled.h"