Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

Commit f0eeab9

Browse files
committed
Added some missing docs to the find_arduino_library function.
1 parent 04e9bf2 commit f0eeab9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/Platform/Targets/ArduinoLibraryTarget.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ endfunction()
9494
# _target_name - Name of the library target to be created. Usually library's real name.
9595
# _library_name - Name of the Arduino library to find.
9696
# _board_id - Board ID associated with the linked Core Lib.
97+
# [3RD_PARTY] - Whether library should be treated as a 3rd Party library.
9798
#=============================================================================#
9899
function(find_arduino_library _target_name _library_name _board_id)
99100

0 commit comments

Comments
 (0)