We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e0db6c commit 1bb7bd3Copy full SHA for 1bb7bd3
docs/source/getting_started/walkthroughs.rst
@@ -9,5 +9,36 @@ Walkthrough Examples
9
* Flags (Preprocessor, Compile and Link flags)
10
* Generators
11
* Target Info
12
+
13
+TODO
14
+------
15
16
* Custom Targets
17
* Custom Arguments
18
+* Debugging
19
20
+Simple
21
+-------
22
23
+* See ``SourceApi``
24
25
+IncludeDirs
26
+------------
27
28
+* See ``IncludeDirApi``
29
+* Read why Header files and Include dirs are tracked
30
31
+LibDeps
32
+---------
33
34
+* See ``LibApi``
35
36
+Flags
37
38
39
+* See ``FlagApi``
40
41
+Generator
42
43
44
+* See :doc:`../user_api/generator`
0 commit comments