You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
1.1 KiB
32 lines
1.1 KiB
check_files("${RunCMake_TEST_BINARY_DIR}"
|
|
INCLUDE
|
|
${TARGET_FILE_exe_Debug}
|
|
${TARGET_OBJECT_FILES_exe_Debug}
|
|
|
|
${TARGET_FILE_mylib_Release}
|
|
${TARGET_LINKER_FILE_mylib_Debug}
|
|
${TARGET_OBJECT_FILES_mylib_Debug}
|
|
|
|
${RunCMake_TEST_BINARY_DIR}/install/bin/Debug/${TARGET_FILE_NAME_exe_Debug}
|
|
${RunCMake_TEST_BINARY_DIR}/install/lib/Debug/${TARGET_FILE_NAME_mylib_Debug}
|
|
${RunCMake_TEST_BINARY_DIR}/install/lib/Debug/${TARGET_LINKER_FILE_NAME_mylib_Debug}
|
|
|
|
${TARGET_FILE_exe_Release}
|
|
${TARGET_OBJECT_FILES_exe_Release}
|
|
|
|
${TARGET_FILE_mylib_Release}
|
|
${TARGET_LINKER_FILE_mylib_Release}
|
|
${TARGET_OBJECT_FILES_mylib_Release}
|
|
|
|
${RunCMake_TEST_BINARY_DIR}/install/bin/Release/${TARGET_FILE_NAME_exe_Release}
|
|
${RunCMake_TEST_BINARY_DIR}/install/lib/Release/${TARGET_FILE_NAME_mylib_Release}
|
|
${RunCMake_TEST_BINARY_DIR}/install/lib/Release/${TARGET_LINKER_FILE_NAME_mylib_Release}
|
|
|
|
EXCLUDE
|
|
${TARGET_OBJECT_FILES_exe_MinSizeRel}
|
|
${TARGET_OBJECT_FILES_mylib_MinSizeRel}
|
|
|
|
${TARGET_OBJECT_FILES_exe_RelWithDebInfo}
|
|
${TARGET_OBJECT_FILES_mylib_RelWithDebInfo}
|
|
)
|