CMakeLists.txt 67 B

123456
  1. set(SOURCES
  2. URL.cpp
  3. Parser.cpp
  4. )
  5. serenity_lib(LibURL url)