Handle methods that have no parameters
[hiphop-php.git] / CMake / FindLibXed.cmake
blobaf05ba457e3c6ca2ee429ebc017944e75815ea1f
1 find_path(LibXed_INCLUDE_DIR xed-interface.h)
2 find_library(LibXed_LIBRARY NAMES xed)
4 mark_as_advanced(LibXed_INCLUDE_DIR LibXed_LIBRARY)