Skip to content

Commit eee2633

Browse files
committed
cmake: add comment
1 parent 311e7c8 commit eee2633

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/cmake/modules/myci.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -772,6 +772,7 @@ endfunction()
772772
# @brief Export targets.
773773
# Generates and installs ${PROJECT_NAME}-config.cmake file for given targets.
774774
# Exported targets are appended with ${PROJECT_NAME}:: namespace.
775+
# This function is needed in order to export multiple targets of the cmake project into a single cmake config file.
775776
# @param TARGETS <targte1> [<target2> ...] - list of targets to export.
776777
function(myci_export)
777778
set(options)

0 commit comments

Comments
 (0)