cmake/Tests/RunCMake/NinjaMultiConfig/CustomCommandsAndTargets-debug-command-ninja-check.cmake
2020-08-30 11:54:41 +02:00

7 lines
225 B
CMake

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$")