gather information about module.. again
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user