mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-27 23:37:05 -05:00
4 lines
123 B
CMake
4 lines
123 B
CMake
find_file(libyara.a YARA_LIBRARIES)
|
|
find_file(yara.h YARA_INCLUDE_DIRS)
|
|
|
|
mark_as_advanced(YARA_LIBRARIES YARA_INCLUDE_DIRS) |