Skip to content

Commit ddf153e

Browse files
Updating default script info comment and TODO
1 parent d89c68a commit ddf153e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

DefaultYAMLs/DefaultScriptInfo.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Dependencies:
4343
# Supported platforms of the dependency
4444
Platforms: [Windows, Linux, MacOS]
4545

46-
# The source of getting the dependency
46+
# The source of getting the dependency (Git, Local)
4747
Source:
4848
Type: Git
4949
Value: "https://github.com/MyUser/MyLibrary.git"
@@ -55,7 +55,7 @@ Dependencies:
5555
IncludePaths:
5656
- "src/include"
5757

58-
# (Optional if LibraryType is Header) Link properties of the dependency
58+
# (Optional) Link properties of the dependency
5959
LinkProperties:
6060
# Properties for searching the library binary for the profile
6161
"g++":

TODO.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
- Make SearchLibraryNames and SearchDirectories optional
12
- Add System Source Type
23
- Change cache to be in the config folder
34
- Output compile_command.json

0 commit comments

Comments
 (0)