CMakeLists.txt 119 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 px4_add_module( MODULE systemcmds__dyn MAIN dyn SRCS dyn.cpp ) target_link_libraries(systemcmds__dyn PUBLIC dl)