6d2baf8151
Right now it's just used as a special case in ir.cpp
5 linhas
138 B
CMake
5 linhas
138 B
CMake
find_path(LibXed_INCLUDE_DIR xed-interface.h)
|
|
find_library(LibXed_LIBRARY NAMES xed)
|
|
|
|
mark_as_advanced(LibXed_INCLUDE_DIR LibXed_LIBRARY)
|