-
Notifications
You must be signed in to change notification settings - Fork 606
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ca91ea7
commit 04f5f60
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
IF (HOST_OS_DARWIN AND HOST_ARCH_X86_64) | ||
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5545693048) | ||
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5545693048) | ||
ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64) | ||
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5545692674) | ||
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5545692674) | ||
ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64) | ||
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5545693767) | ||
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5545693767) | ||
ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64) | ||
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5545692313) | ||
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5545692313) | ||
ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64) | ||
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:5545693355) | ||
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL3_HOST sbr:5545693355) | ||
|
||
ENDIF() |