services: add ldd library loader service

This commit is contained in:
2026-02-19 19:31:58 +00:00
parent 75bd11d5cc
commit f1e71cafc4
4 changed files with 26 additions and 2 deletions

9
services/CMakeLists.txt Normal file
View File

@@ -0,0 +1,9 @@
file(GLOB items *)
foreach(item ${items})
if (NOT IS_DIRECTORY ${item})
continue()
endif ()
add_subdirectory(${item})
endforeach (item)