cmake/Tests/RunCMake/NinjaMultiConfig/CustomCommandsAndTargets-debug-command-ninja-check.cmake

7 lines
225 B
CMake
Raw Normal View History

2020-08-30 11:54:41 +02:00
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$")