You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
270 B
12 lines
270 B
7 months ago
|
set(EXAMPLE_PROGRAMS hello_world.py)
|
||
|
install(PROGRAMS ${EXAMPLE_PROGRAMS} DESTINATION share/bcc/examples)
|
||
|
|
||
|
if(ENABLE_CLANG_JIT)
|
||
|
if(ENABLE_USDT)
|
||
|
add_subdirectory(cpp)
|
||
|
endif(ENABLE_USDT)
|
||
|
add_subdirectory(lua)
|
||
|
add_subdirectory(networking)
|
||
|
add_subdirectory(tracing)
|
||
|
endif()
|