[cmake-commits] king committed foo.h NONE 1.1 foo_precompiled.h NONE 1.1

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Feb 8 16:18:23 EST 2007


Update of /cvsroot/CMake/CMake/Tests/PrecompiledHeader/include
In directory public:/mounts/ram/cvs-serv13172/Tests/PrecompiledHeader/include

Added Files:
	foo.h foo_precompiled.h 
Log Message:
ENH: Added PrecompiledHeader test for MSVC compilers.


--- NEW FILE: foo_precompiled.h ---
#include "foo.h"

--- NEW FILE: foo.h ---
#ifndef foo_h
#define foo_h
extern int foo();
#endif



More information about the Cmake-commits mailing list