[cmake-commits] king committed CMakeLists.txt 1.8 1.9

cmake-commits at cmake.org cmake-commits at cmake.org
Sat Dec 15 15:36:16 EST 2007


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

Modified Files:
	CMakeLists.txt 
Log Message:
ENH: Added test for Fortran90 modules in subdirectories.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/Fortran/CMakeLists.txt,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- CMakeLists.txt	10 Oct 2007 13:09:09 -0000	1.8
+++ CMakeLists.txt	15 Dec 2007 20:36:13 -0000	1.9
@@ -22,4 +22,5 @@
     in_interface/main.f90
     in_interface/module.f90)
 
+  ADD_SUBDIRECTORY(Library)
 ENDIF(CMAKE_Fortran_COMPILER_SUPPORTS_F90)



More information about the Cmake-commits mailing list