1set(bcc_api_sources BPF.cc BPFTable.cc) 2add_library(api-static STATIC ${bcc_api_sources}) 3add_library(api-objects OBJECT ${bcc_api_sources}) 4install(FILES BPF.h BPFTable.h COMPONENT libbcc DESTINATION include/bcc) 5
1set(bcc_api_sources BPF.cc BPFTable.cc) 2add_library(api-static STATIC ${bcc_api_sources}) 3add_library(api-objects OBJECT ${bcc_api_sources}) 4install(FILES BPF.h BPFTable.h COMPONENT libbcc DESTINATION include/bcc) 5