We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 311e7c8 commit eee2633Copy full SHA for eee2633
1 file changed
src/cmake/modules/myci.cmake
@@ -772,6 +772,7 @@ endfunction()
772
# @brief Export targets.
773
# Generates and installs ${PROJECT_NAME}-config.cmake file for given targets.
774
# 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.
776
# @param TARGETS <targte1> [<target2> ...] - list of targets to export.
777
function(myci_export)
778
set(options)
0 commit comments