BlinkenArea - GitList
Repositories
Blog
Wiki
uproctrace
Code
Commits
Branches
Tags
Search
Tree:
f44c1b5
Branches
Tags
master
uproctrace
libuptpl
CMakeLists.txt
implement "ninja install"
Stefan Schuermans
commited
f44c1b5
at 2020-07-31 18:09:23
CMakeLists.txt
Blame
History
Raw
add_library( uptpl SHARED src/constructor.c src/destructor.c src/write.c src/write.h ) target_link_libraries(uptpl uptev) set_target_properties( uptpl PROPERTIES LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib/uproctrace ) install( PROGRAMS ${CMAKE_BINARY_DIR}/lib/uproctrace/libuptpl.so DESTINATION lib/uproctrace )