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

cmake-commits at cmake.org cmake-commits at cmake.org
Sat Jul 11 10:10:53 EDT 2009


Update of /cvsroot/CMake/CMake/Tests/ExportImport/Import
In directory public:/mounts/ram/cvs-serv18572/Tests/ExportImport/Import

Modified Files:
	CMakeLists.txt 
Log Message:
ENH: Test export/import of link interface languages

This extends the ExportImport test.  The Export project creates a C++
static library and exports it.  Then the Import project links the
library into a C executable.  On most platforms the executable will link
only if the C++ linker is chosen correctly.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/ExportImport/Import/CMakeLists.txt,v
retrieving revision 1.8
retrieving revision 1.9
diff -C 2 -d -r1.8 -r1.9
*** CMakeLists.txt	8 Jul 2009 15:41:25 -0000	1.8
--- CMakeLists.txt	11 Jul 2009 14:10:51 -0000	1.9
***************
*** 1,4 ****
! cmake_minimum_required (VERSION 2.6)
! project(Import C)
  
  # Import everything in a subdirectory.
--- 1,4 ----
! cmake_minimum_required (VERSION 2.7.20090711)
! project(Import C CXX)
  
  # Import everything in a subdirectory.



More information about the Cmake-commits mailing list