CMakeLists.txt 79 B

123456
  1. set(SOURCES
  2. Parser/Parser.cpp
  3. DOM/Node.cpp
  4. )
  5. serenity_lib(LibXML xml)