XELFViewer icon indicating copy to clipboard operation
XELFViewer copied to clipboard

Missing link yara library in CMake build

Open speeeeed opened this issue 1 year ago • 1 comments

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.

speeeeed avatar Sep 19 '24 15:09 speeeeed

Thanks a lot for the info! I will take a look!

horsicq avatar Sep 20 '24 11:09 horsicq

I guess this issue might be closed after PR https://github.com/horsicq/XELFViewer/pull/53 ? @horsicq

greenozon avatar Jun 05 '25 17:06 greenozon