mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 18:17:22 +02:00
11 lines
195 B
CMake
11 lines
195 B
CMake
set(SOURCES
|
|
Node.cpp
|
|
PageNode.cpp
|
|
Path.cpp
|
|
SectionNode.cpp
|
|
SubsectionNode.cpp
|
|
)
|
|
|
|
serenity_lib(LibManual manual)
|
|
target_link_libraries(LibManual PRIVATE LibCore LibFileSystem)
|