File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ add_definitions(-D_GNU_SOURCE -DDWARVES_MAJOR_VERSION=1)
59
59
add_definitions (-D_GNU_SOURCE -DDWARVES_MINOR_VERSION=22)
60
60
find_package (DWARF REQUIRED)
61
61
find_package (ZLIB REQUIRED)
62
+ find_package (argp REQUIRED)
62
63
63
64
# make sure git submodule(s) are checked out
64
65
find_package (Git QUIET )
@@ -120,7 +121,7 @@ endif()
120
121
add_library (dwarves ${dwarves_LIB_SRCS} )
121
122
set_target_properties (dwarves PROPERTIES VERSION 1.0.0 SOVERSION 1)
122
123
set_target_properties (dwarves PROPERTIES INTERFACE_LINK_LIBRARIES "" )
123
- target_link_libraries (dwarves ${DWARF_LIBRARIES} ${ZLIB_LIBRARIES} ${LIBBPF_LIBRARIES} )
124
+ target_link_libraries (dwarves ${DWARF_LIBRARIES} ${ZLIB_LIBRARIES} ${LIBBPF_LIBRARIES} ${ARGP_LIBRARY} )
124
125
125
126
set (dwarves_emit_LIB_SRCS dwarves_emit.c)
126
127
add_library (dwarves_emit ${dwarves_emit_LIB_SRCS} )
You can’t perform that action at this time.
0 commit comments