[cmake-commits] hoffman committed foo.h NONE 1.1.2.1 foo_precompiled.h NONE 1.1.2.1

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Mar 16 17:05:45 EST 2007


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

Added Files:
      Tag: CMake-2-4
	foo.h foo_precompiled.h 
Log Message:
ENH: check in fixes from main tree to create 2.4.7 RC 5


--- 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