blob: 42d6a78072482ee66b0a0fc002c36411eaef1cc8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
check_files("${RunCMake_TEST_BINARY_DIR}"
INCLUDE
${TARGET_FILE_mylib_Release}
${TARGET_LINKER_FILE_mylib_Release}
${TARGET_SONAME_FILE_mylib_Release}
${TARGET_OBJECT_FILES_mylib_Release}
${TARGET_OBJECT_FILES_myobj_Release}
${TARGET_FILE_exeall_Release}
${TARGET_EXE_FILE_exeall_Release}
${TARGET_OBJECT_FILES_exeall_Release}
${TARGET_FILE_exenotall_Release}
${TARGET_OBJECT_FILES_exenotall_Release}
)
|