CMakeLists.txt 100 B

1234567
  1. set(SOURCES
  2. Document.cpp
  3. Highlighter.cpp
  4. Language.cpp
  5. )
  6. serenity_lib(LibSyntax syntax)