[Cmake-commits] [cmake-commits] king committed CMakeLists.txt 1.118 1.119

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Sep 29 16:39:44 EDT 2009


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

Modified Files:
	CMakeLists.txt 
Log Message:
Test use of module .def files for MS tools

This adds a "ModuleDefinition" test enabled when using MSVC tools.  It
checks that .def files can be used to export .dll and .exe symbols and
create corresponding .lib files that can be linked.  See issue #9613.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/CMakeLists.txt,v
retrieving revision 1.118
retrieving revision 1.119
diff -C 2 -d -r1.118 -r1.119
*** CMakeLists.txt	29 Sep 2009 19:18:45 -0000	1.118
--- CMakeLists.txt	29 Sep 2009 20:39:42 -0000	1.119
***************
*** 847,850 ****
--- 847,851 ----
    IF(CMAKE_TEST_MSVC)
      ADD_TEST_MACRO(PrecompiledHeader foo)
+     ADD_TEST_MACRO(ModuleDefinition example_exe)
    ENDIF(CMAKE_TEST_MSVC)
  



More information about the Cmake-commits mailing list