-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: provide list of productive sources (#112)
Co-authored-by: Kobagapu, Akshit (RDS-RM) <[email protected]>
- Loading branch information
1 parent
13431d5
commit ef4c6eb
Showing
4 changed files
with
26 additions
and
1 deletion.
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 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 |
---|---|---|
|
@@ -5,3 +5,4 @@ | |
:maxdepth: 2 | ||
|
||
macros | ||
variables |
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,18 @@ | ||
CMake Variables | ||
=============== | ||
|
||
|
||
COMPONENT_NAMES | ||
--------------- | ||
|
||
The list of components of the current variant. | ||
|
||
PROD_SOURCES | ||
------------ | ||
|
||
List of all productive source files of all components of the current variant. | ||
|
||
target_include_directories__INCLUDES | ||
------------------------------------ | ||
|
||
List of all include directories of all components of the current variant. |