-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify 'cmake nasm dependency' test case
- Loading branch information
Showing
8 changed files
with
10 additions
and
28 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
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
method = cmake | ||
|
||
[provide] | ||
cmTest2 = cmTest2_dep | ||
cmTest = cmTest_dep |
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
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 |
---|---|---|
|
@@ -4,5 +4,5 @@ extern const int32_t cmTestArea; | |
|
||
int32_t cmTestFunc(void) | ||
{ | ||
return cmTestArea; | ||
return 4242/*cmTestArea*/; | ||
} |
File renamed without changes.
5 changes: 0 additions & 5 deletions
5
test cases/cmake/28 cmake nasm dependency/subprojects/cmTest1.wrap
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
test cases/cmake/28 cmake nasm dependency/subprojects/cmTest1/CMakeLists.txt
This file was deleted.
Oops, something went wrong.