gather information about module.. again

This commit is contained in:
2025-04-14 00:56:41 +03:00
parent 5beac7bdd8
commit 54b9ec7404
10 changed files with 212 additions and 35 deletions

View File

@@ -45,8 +45,10 @@ add_library(hiload SHARED
src/symbols.c
src/files.c
src/memory.c
src/string/string.c
src/logger/logger.c
src/moduler/moduler.c
src/moduler/elf.c
src/string/string.c
src/filewatcher/filewatcher.c
src/filewatcher/filewatch.c
@@ -61,7 +63,7 @@ target_compile_options(hiload PRIVATE
$<$<COMPILE_LANGUAGE:C>:-Wno-declaration-after-statement -Wno-padded>
)
target_link_libraries(hiload dl)
target_link_libraries(hiload dl elf)
# Specify the public headers location
target_include_directories(hiload PUBLIC