mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-16 02:51:03 +02:00
cmake: add description to add_prebuild_library utility
This commit is contained in:
committed by
bot
parent
cc8bff703e
commit
38b3fbfbfb
@@ -260,6 +260,9 @@ function(add_c_compile_options)
|
|||||||
endfunction()
|
endfunction()
|
||||||
|
|
||||||
|
|
||||||
|
# add_prebuild_library
|
||||||
|
#
|
||||||
|
# Add prebuilt library with support for adding dependencies on ESP-IDF components.
|
||||||
function(add_prebuilt_library target_name lib_path)
|
function(add_prebuilt_library target_name lib_path)
|
||||||
cmake_parse_arguments(_ "" "" "REQUIRES;PRIV_REQUIRES" ${ARGN})
|
cmake_parse_arguments(_ "" "" "REQUIRES;PRIV_REQUIRES" ${ARGN})
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user