Add support for HHBC ops with 5 immediates
[hiphop-php.git] / hphp / runtime / ext / domdocument / config.cmake
blob1af842e63ca02d19983fb8d2b6d52acdb55cb08e
1 HHVM_DEFINE_EXTENSION("domdocument"
2   PRETTY_NAME "DOMDocument"
3   SOURCES
4     ext_domdocument.cpp
5   HEADERS
6     ext_domdocument.h
7     ext_domdocument_includes.h
8   SYSTEMLIB
9     ext_domdocument.php
10   DEPENDS
11     libXML2