f44c1b51efacc1e9eadd0d75ad8a6bbf5da9f354
Stefan Schuermans first incomplete begin_proc...

Stefan Schuermans authored 4 years ago

liblwptpl/CMakeLists.txt  1) add_library(
Stefan Schuermans rename: lwproctrace -> upro...

Stefan Schuermans authored 4 years ago

libuptpl/CMakeLists.txt   2)   uptpl
Stefan Schuermans first incomplete begin_proc...

Stefan Schuermans authored 4 years ago

liblwptpl/CMakeLists.txt  3)   SHARED
liblwptpl/CMakeLists.txt  4)   src/constructor.c
Stefan Schuermans implement proc_end event

Stefan Schuermans authored 4 years ago

liblwptpl/CMakeLists.txt  5)   src/destructor.c
liblwptpl/CMakeLists.txt  6)   src/write.c
liblwptpl/CMakeLists.txt  7)   src/write.h
Stefan Schuermans first incomplete begin_proc...

Stefan Schuermans authored 4 years ago

liblwptpl/CMakeLists.txt  8) )
liblwptpl/CMakeLists.txt  9) 
Stefan Schuermans rename: lwproctrace -> upro...

Stefan Schuermans authored 4 years ago

libuptpl/CMakeLists.txt  10) target_link_libraries(uptpl uptev)
Stefan Schuermans first incomplete begin_proc...

Stefan Schuermans authored 4 years ago

liblwptpl/CMakeLists.txt 11) 
Stefan Schuermans align file location in buil...

Stefan Schuermans authored 4 years ago

libuptpl/CMakeLists.txt  12) set_target_properties(
libuptpl/CMakeLists.txt  13)   uptpl
libuptpl/CMakeLists.txt  14)   PROPERTIES
libuptpl/CMakeLists.txt  15)   LIBRARY_OUTPUT_DIRECTORY
libuptpl/CMakeLists.txt  16)   ${CMAKE_BINARY_DIR}/lib/uproctrace
libuptpl/CMakeLists.txt  17) )