CMake/Tests/ModuleDefinition
Ben Boeckel 29c3edb87a Avoid if() quoted auto-dereference
When testing CMAKE_<LANG>_COMPILER_ID values, do not explicitly
dereference or quote the variable. We want if() to auto-dereference the
variable and not its value. Also replace MATCHES with STREQUAL where
equivalent.
2014-10-20 11:49:16 -04:00
..
CMakeLists.txt Avoid if() quoted auto-dereference 2014-10-20 11:49:16 -04:00
example_dll.c Test use of module .def files for MS tools 2009-09-29 16:39:43 -04:00
example_dll.def Test use of module .def files for MS tools 2009-09-29 16:39:43 -04:00
example_dll_2.c Test use of module .def files for MS tools 2009-09-29 16:39:43 -04:00
example_dll_2.def Test use of module .def files for MS tools 2009-09-29 16:39:43 -04:00
example_dll_gen.c Test generated module .def files 2012-04-02 10:54:25 -04:00
example_dll_gen.def.in Test generated module .def files 2012-04-02 10:54:25 -04:00
example_exe.c Test generated module .def files 2012-04-02 10:54:25 -04:00
example_exe.def Test use of module .def files for MS tools 2009-09-29 16:39:43 -04:00
example_mod_1.c Fix ModuleDefinition test for Intel on Windows 2009-10-05 14:39:23 -04:00