mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 01:20:25 +00:00
013cb76d77
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)
|