[Cmake-commits] [cmake-commits] king committed test_preprocess.h NONE 1.1

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Feb 24 14:32:33 EST 2009


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

Added Files:
	test_preprocess.h 
Log Message:
ENH: Test included header in Fortran preprocessing

This extends the Fortran preprocessing test to include a header file
through a preprocessor directive.


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