CMake/Tests/PDBDirectoryAndName
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
check_pdbs.cmake Verify that PDB_(NAME|OUTPUT_DIRECTORY) are honored in test 2012-09-25 15:23:35 -04:00
myexe.c Add PDB_OUTPUT_DIRECTORY and PDB_NAME target properties (#10830) 2012-09-25 15:23:35 -04:00
myexe2.c Add PDB_OUTPUT_DIRECTORY and PDB_NAME target properties (#10830) 2012-09-25 15:23:35 -04:00
mylibA.c Add PDB_OUTPUT_DIRECTORY and PDB_NAME target properties (#10830) 2012-09-25 15:23:35 -04:00
mylibB.c Add PDB_OUTPUT_DIRECTORY and PDB_NAME target properties (#10830) 2012-09-25 15:23:35 -04:00
mylibC.c Add PDB_OUTPUT_DIRECTORY and PDB_NAME target properties (#10830) 2012-09-25 15:23:35 -04:00
mylibD.c Add PDB_OUTPUT_DIRECTORY and PDB_NAME target properties (#10830) 2012-09-25 15:23:35 -04:00