Lines Matching refs:bcc
91 add_library(bcc-shared SHARED
94 set_target_properties(bcc-shared PROPERTIES VERSION ${REVISION_LAST} SOVERSION 0)
95 set_target_properties(bcc-shared PROPERTIES OUTPUT_NAME bcc)
103 add_library(bcc-loader-static STATIC ${bcc_sym_sources} ${bcc_util_sources})
104 target_link_libraries(bcc-loader-static elf z)
105 add_library(bcc-static STATIC
107 set_target_properties(bcc-static PROPERTIES OUTPUT_NAME bcc)
108 set(bcc-lua-static
160 target_sources(bcc-static PRIVATE $<TARGET_OBJECTS:api-objects>)
175 target_sources(bcc-static PRIVATE $<TARGET_OBJECTS:clang_frontend-objects>)
178 target_link_libraries(bcc-shared ${bcc_common_libs_for_s})
179 target_link_libraries(bcc-static ${bcc_common_libs_for_a} bcc-loader-static)
180 set(bcc-lua-static ${bcc-lua-static} ${bcc_common_libs_for_lua})
182 install(TARGETS bcc-shared bcc-static bcc-loader-static bpf-static LIBRARY DESTINATION ${CMAKE_INST…
183 install(FILES ${bcc_table_headers} DESTINATION include/bcc)
184 install(FILES ${bcc_api_headers} DESTINATION include/bcc)
185 install(DIRECTORY ${libbpf_uapi} DESTINATION include/bcc/compat/linux FILES_MATCHING PATTERN "*.h")
188 install(FILES ${bcc_common_headers} DESTINATION include/bcc)