Skip to content

Commit 84e1cea

Browse files
authored
Add note regarding interface libraries (#339)
Signed-off-by: Bjar Ne <[email protected]> Co-authored-by: Bjar Ne <[email protected]>
1 parent 0edbcff commit 84e1cea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ament_cmake_export_libraries/cmake/ament_export_libraries.cmake

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
# :param ARGN: a list of libraries.
1919
# Each element might either be an absolute path to a library, a
2020
# CMake library target, or a CMake imported libary target.
21+
# Note that this macro is not needed for interface library targets.
2122
# If a plain library name is passed it will be redirected to
2223
# ament_export_library_names().
2324
# :type ARGN: list of strings

0 commit comments

Comments
 (0)