From df1eb11656fd87892247cf33db9c00e376a41803 Mon Sep 17 00:00:00 2001 From: Teng Qin Date: Thu, 4 Aug 2016 20:14:13 -0700 Subject: [PATCH] Add bcc_syms.h to C++ install (#648) --- src/cc/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cc/CMakeLists.txt b/src/cc/CMakeLists.txt index 2b8654b..26db9bc 100644 --- a/src/cc/CMakeLists.txt +++ b/src/cc/CMakeLists.txt @@ -63,7 +63,7 @@ target_link_libraries(bcc-static b_frontend clang_frontend bcc-loader-static ${c install(TARGETS bcc-shared LIBRARY COMPONENT libbcc DESTINATION ${CMAKE_INSTALL_LIBDIR}) -install(FILES bpf_common.h bpf_module.h ../libbpf.h COMPONENT libbcc +install(FILES bpf_common.h bpf_module.h bcc_syms.h ../libbpf.h COMPONENT libbcc DESTINATION include/bcc) install(DIRECTORY compat/linux/ COMPONENT libbcc DESTINATION include/bcc/compat/linux -- 2.7.4