mirror of
https://github.com/RGBCube/serenity
synced 2025-05-20 06:25:08 +00:00

This also sets Content-Type to whatever 'meta' contains on success, to allow the browser to pick up what the document contains.
11 lines
199 B
CMake
11 lines
199 B
CMake
set(SOURCES
|
|
Document.cpp
|
|
GeminiJob.cpp
|
|
GeminiRequest.cpp
|
|
GeminiResponse.cpp
|
|
Job.cpp
|
|
Line.cpp
|
|
)
|
|
|
|
serenity_lib(LibGemini gemini)
|
|
target_link_libraries(LibGemini LibCore LibTLS)
|