BlinkenArea - GitList
Repositories
Blog
Wiki
uproctrace
Code
Commits
Branches
Tags
Search
Tree:
ab75c2f
Branches
Tags
master
uproctrace
libuptpl
CMakeLists.txt
align file location in build dir with install dir
Stefan Schuermans
commited
ab75c2f
at 2020-07-31 18:03:55
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 )