[Cmake-commits] [cmake-commits] hoffman committed test_preprocess.h NONE 1.1.2.2

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Mar 23 14:04:15 EDT 2009


Update of /cvsroot/CMake/CMake/Tests/Fortran/include
In directory public:/mounts/ram/cvs-serv3689/Tests/Fortran/include

Added Files:
      Tag: CMake-2-6
	test_preprocess.h 
Log Message:
ENH: add missing files


--- NEW FILE: test_preprocess.h ---
#ifdef BAR
  PRINT * , 'BAR was defined via ADD_DEFINITIONS'
#else
  PRINT *, 'If you can read this something went wrong'
#endif



More information about the Cmake-commits mailing list