CMakeLists.txt 90 B

12345678
  1. set(SOURCES
  2. Format.cpp
  3. Generator.cpp
  4. Hunks.cpp
  5. )
  6. serenity_lib(LibDiff diff)