Extract util methods
This commit is contained in:
parent
51f3c16205
commit
ee813caaf1
5 changed files with 52 additions and 20 deletions
|
@ -42,6 +42,7 @@ include_directories(include)
|
|||
add_executable(${PROJECT_NAME}_status
|
||||
src/status.c
|
||||
src/tracetools.c
|
||||
src/utils.cpp
|
||||
)
|
||||
target_link_libraries(${PROJECT_NAME}_status
|
||||
${PROJECT_NAME}
|
||||
|
@ -57,6 +58,7 @@ install(TARGETS
|
|||
# Tracetools lib
|
||||
set(SOURCES
|
||||
src/tracetools.c
|
||||
src/utils.cpp
|
||||
)
|
||||
if(TRACING_ENABLED)
|
||||
list(APPEND SOURCES ${LTTNG_GENERATED})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue