소스 검색

cmake: add description to add_prebuild_library utility

Renz Christian Bagaporo 6 년 전
부모
커밋
38b3fbfbfb
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      tools/cmake/utilities.cmake

+ 3 - 0
tools/cmake/utilities.cmake

@@ -260,6 +260,9 @@ function(add_c_compile_options)
 endfunction()
 
 
+# add_prebuild_library
+#
+# Add prebuilt library with support for adding dependencies on ESP-IDF components.
 function(add_prebuilt_library target_name lib_path)
     cmake_parse_arguments(_ "" "" "REQUIRES;PRIV_REQUIRES" ${ARGN})