XELFViewer
XELFViewer copied to clipboard
Missing link yara library in CMake build
I use cmake to build this project, there are some symbols in yara that not linked. I try to add
target_link_libraries(${PROJECT_NAME} yara)
to gui_source/CMakeLists.txt, and then build successfully.
Thanks a lot for the info! I will take a look!
I guess this issue might be closed after PR https://github.com/horsicq/XELFViewer/pull/53 ? @horsicq