qi_submodule_create(name [NO_SOURCE_GROUP]
[SOURCE_GROUP <source_group>]
[SRC <src> ...]
[DEPENDS <depends> ...]
)
Arguments: |
|
---|
A submodule is a convenient place to store source paths, dependencies and public headers. Submodule can be added a library or a module. Submodules are directly visible in Visual Studio.
Example
qi_submodule_add(name [NO_SOURCE_GROUP]
[SOURCE_GROUP <source_group>]
[IF <if>]
[SRC <src> ...]
[DEPENDS <depends> ...]
)
Arguments: |
|
---|
This function is similar to qi_submodule_create but appends content to the submodule. This function can be condionnal, if you specify IF then the content will be appended to the submodule only if the flags are defined.