mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-19 00:31:52 +00:00
10 lines
181 B
CMake
10 lines
181 B
CMake
set(SOURCES
|
|
Node.cpp
|
|
PageNode.cpp
|
|
Path.cpp
|
|
SectionNode.cpp
|
|
SubsectionNode.cpp
|
|
)
|
|
|
|
serenity_lib(LibManual manual)
|
|
target_link_libraries(LibManual PRIVATE LibCore)
|