blob: f5c402039f5f35916c31b7f16b09c569731f280c (
plain)
1
2
3
4
5
6
|
check_files("${RunCMake_TEST_BINARY_DIR}"
INCLUDE
${TARGET_DEPENDS_SubdirCommand}
${TARGET_DEPENDS_TopCommand}
)
check_file_contents("${TARGET_DEPENDS_TopCommand}" "^Genex config: Debug\nINTDIR config: Debug\n$")
|