cmake/Tests/PrecompiledHeader/foo_precompile.c
Pierre Habouzit 4c630dbbc0 import cmake 2.6.0
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
2008-10-12 18:41:06 +02:00

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"