mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-25 17:25:08 +02:00
This file was here for quite a long while now. Let's finally move most of the dependency checks to one centralized place.
9 lines
158 B
CMake
9 lines
158 B
CMake
set(SOURCES
|
|
Parser/Parser.cpp
|
|
DOM/Node.cpp
|
|
)
|
|
|
|
ladybird_lib(LibXML xml EXPLICIT_SYMBOL_EXPORT)
|
|
|
|
target_link_libraries(LibXML PRIVATE LibXml2::LibXml2)
|