81bf78b39d3b82f8ffd123f796ae5e6f5228af4c
Stefan Schuermans first incomplete begin_proc...

Stefan Schuermans authored 4 years ago

liblwpttr/CMakeLists.txt  1) add_custom_command(
liblwpttr/CMakeLists.txt  2)   OUTPUT
liblwpttr/CMakeLists.txt  3)   ${CMAKE_CURRENT_BINARY_DIR}/src/lwproctrace.pb-c.c
liblwpttr/CMakeLists.txt  4)   ${CMAKE_CURRENT_BINARY_DIR}/src/lwproctrace.pb-c.h
liblwpttr/CMakeLists.txt  5)   DEPENDS
Stefan Schuermans lwpttr -> lwptev

Stefan Schuermans authored 4 years ago

liblwptev/CMakeLists.txt  6)   ${CMAKE_SOURCE_DIR}/lwproctrace.proto
Stefan Schuermans first incomplete begin_proc...

Stefan Schuermans authored 4 years ago

liblwpttr/CMakeLists.txt  7)   COMMAND
Stefan Schuermans lwpttr -> lwptev

Stefan Schuermans authored 4 years ago

liblwptev/CMakeLists.txt  8)   protoc-c --proto_path ${CMAKE_SOURCE_DIR}
Stefan Schuermans first incomplete begin_proc...

Stefan Schuermans authored 4 years ago

liblwpttr/CMakeLists.txt  9)            --c_out ${CMAKE_CURRENT_BINARY_DIR}/src
liblwpttr/CMakeLists.txt 10)            lwproctrace.proto
liblwpttr/CMakeLists.txt 11) )
liblwpttr/CMakeLists.txt 12) 
liblwpttr/CMakeLists.txt 13) add_library(
Stefan Schuermans lwpttr -> lwptev

Stefan Schuermans authored 4 years ago

liblwptev/CMakeLists.txt 14)   lwptev
Stefan Schuermans first incomplete begin_proc...

Stefan Schuermans authored 4 years ago

liblwpttr/CMakeLists.txt 15)   STATIC
Stefan Schuermans lwpttr -> lwptev

Stefan Schuermans authored 4 years ago

liblwptev/CMakeLists.txt 16)   include/liblwptev/proc_begin.h
liblwptev/CMakeLists.txt 17)   include/liblwptev/proc_end.h
Stefan Schuermans add exe and cwd to proc_begin

Stefan Schuermans authored 4 years ago

liblwpttr/CMakeLists.txt 18)   src/cleaner.c
liblwpttr/CMakeLists.txt 19)   src/cleaner.h
Stefan Schuermans first incomplete begin_proc...

Stefan Schuermans authored 4 years ago

liblwpttr/CMakeLists.txt 20)   src/event.c
Stefan Schuermans split event and proc_begin

Stefan Schuermans authored 4 years ago

liblwpttr/CMakeLists.txt 21)   src/event.h
Stefan Schuermans add exe and cwd to proc_begin

Stefan Schuermans authored 4 years ago

liblwpttr/CMakeLists.txt 22)   src/macros.h
Stefan Schuermans split event and proc_begin

Stefan Schuermans authored 4 years ago

liblwpttr/CMakeLists.txt 23)   src/proc_begin.c
Stefan Schuermans implement proc_end event

Stefan Schuermans authored 4 years ago

liblwpttr/CMakeLists.txt 24)   src/proc_end.c
Stefan Schuermans add cmdline to proc_begin

Stefan Schuermans authored 4 years ago

liblwpttr/CMakeLists.txt 25)   src/stringlist.c
liblwpttr/CMakeLists.txt 26)   src/stringlist.h
Stefan Schuermans add exe and cwd to proc_begin

Stefan Schuermans authored 4 years ago

liblwpttr/CMakeLists.txt 27)   src/symlink.c
liblwpttr/CMakeLists.txt 28)   src/symlink.h
Stefan Schuermans proc_end: add proc_cpu_time

Stefan Schuermans authored 4 years ago

liblwpttr/CMakeLists.txt 29)   src/timing.c
liblwpttr/CMakeLists.txt 30)   src/timing.h
Stefan Schuermans first incomplete begin_proc...

Stefan Schuermans authored 4 years ago

liblwpttr/CMakeLists.txt 31)   ${CMAKE_CURRENT_BINARY_DIR}/src/lwproctrace.pb-c.c
liblwpttr/CMakeLists.txt 32)   ${CMAKE_CURRENT_BINARY_DIR}/src/lwproctrace.pb-c.h
liblwpttr/CMakeLists.txt 33) )
liblwpttr/CMakeLists.txt 34) 
liblwpttr/CMakeLists.txt 35) target_include_directories(
Stefan Schuermans lwpttr -> lwptev

Stefan Schuermans authored 4 years ago

liblwptev/CMakeLists.txt 36)   lwptev
Stefan Schuermans first incomplete begin_proc...

Stefan Schuermans authored 4 years ago

liblwpttr/CMakeLists.txt 37)   PUBLIC
liblwpttr/CMakeLists.txt 38)   include
liblwpttr/CMakeLists.txt 39)   PRIVATE
liblwpttr/CMakeLists.txt 40)   ${CMAKE_CURRENT_BINARY_DIR}/src
liblwpttr/CMakeLists.txt 41) )
liblwpttr/CMakeLists.txt 42) 
liblwpttr/CMakeLists.txt 43) target_link_libraries(
Stefan Schuermans lwpttr -> lwptev

Stefan Schuermans authored 4 years ago

liblwptev/CMakeLists.txt 44)   lwptev